UpdateTextStatement.DeleteLength 属性

Gets or sets the delete length.

命名空间:  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
The delete length.

请参阅

参考

UpdateTextStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间