Proprietà UpdateTextStatement.DeleteLength
Ottiene o imposta la lunghezza dell'eliminazione.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Note
Può essere una variabile, un Integer o un Integer negativo.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.