次の方法で共有


UpdateTextStatement.DeleteLength プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property DeleteLength As ScalarExpression 
    Get 
    Set
'使用
Dim instance As UpdateTextStatement 
Dim value As ScalarExpression 

value = instance.DeleteLength

instance.DeleteLength = value
public ScalarExpression DeleteLength { get; set; }
public:
property ScalarExpression^ DeleteLength {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member DeleteLength : ScalarExpression with get, set
function get DeleteLength () : ScalarExpression 
function set DeleteLength (value : ScalarExpression)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
削除する長さ。

関連項目

参照

UpdateTextStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間