Compartilhar via


Propriedade do RDL UpdateTextStatement.DeleteLength

Gets or sets the delete length.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

UpdateTextStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom