Compartir a través de


UpdateTextStatement.DeleteLength Propiedad

Gets or sets the delete length.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property DeleteLength As ScalarExpression 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

UpdateTextStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom