UpdateTextStatement.DeleteLength Property
Gets or sets the delete length.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DeleteLength As ScalarExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The delete length.