Condividi tramite


Proprietà UpdateTextStatement.DeleteLength

Gets or sets the delete length.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property DeleteLength As ScalarExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The delete length.

Vedere anche

Riferimento

UpdateTextStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom