Partager via


Propriété AuditSpecificationPart.IsDrop

Gets or sets whether DROP is specified.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsDrop As Boolean 
    Get 
    Set
'Utilisation
Dim instance As AuditSpecificationPart 
Dim value As Boolean 

value = instance.IsDrop

instance.IsDrop = value
public bool IsDrop { get; set; }
public:
property bool IsDrop {
    bool get ();
    void set (bool value);
}
member IsDrop : bool with get, set
function get IsDrop () : boolean 
function set IsDrop (value : boolean)

Valeur de propriété

Type : System.Boolean
True if DROP was specified; otherwise, false.

Voir aussi

Référence

AuditSpecificationPart Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom