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.