Partager via


UpdateTextStatement.DeleteLength, propriété

Obtient ou définit la longueur de suppression.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property DeleteLength As Expression
    Get
    Set
public Expression DeleteLength { get; set; }
public:
property Expression^ DeleteLength {
    Expression^ get ();
    void set (Expression^ value);
}
member DeleteLength : Expression with get, set
function get DeleteLength () : Expression
function set DeleteLength (value : Expression)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Expression

Notes

Peut être un entier, un entier négatif, NULL, ou une variable.

Sécurité .NET Framework

Voir aussi

Référence

UpdateTextStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms