UpdateTextStatement.DeleteLength プロパティ

削除の長さを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property DeleteLength As Expression
'使用
Dim instance As UpdateTextStatement
Dim value As Expression

value = instance.DeleteLength

instance.DeleteLength = value
public Expression DeleteLength { get; set; }
public:
property Expression^ DeleteLength {
    Expression^ get ();
    void set (Expression^ value);
}
public function get DeleteLength () : Expression
public function set DeleteLength (value : Expression)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression

解説

正または負の整数、NULL、または変数に設定できます。

参照

参照

UpdateTextStatement クラス

UpdateTextStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間