Share via


Proprietà ServerEventSet.DropAudit

Stato dell'argomento: Alcune informazioni riportate in questo argomento rappresentano una documentazione non definitiva e sono soggette a modifiche nelle versioni future. Nelle informazioni sulla versione provvisoria sono descritte nuove funzionalità o modifiche alle funzionalità esistenti in Microsoft SQL Server 2014.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property DropAudit As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ServerEventSet 
Dim value As Boolean 

value = instance.DropAudit

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

Valore proprietà

Tipo: Boolean

Vedere anche

Riferimento

ServerEventSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo