Proprietà LogProviderTextFileClass.Enabled

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value that indicates whether the log provider is enabled.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Enabled As Boolean 
    Get
'Utilizzo
Dim instance As LogProviderTextFileClass 
Dim value As Boolean 

value = instance.Enabled
public virtual bool Enabled { get; }
public:
virtual property bool Enabled {
    bool get ();
}
abstract Enabled : bool 
override Enabled : bool
function get Enabled () : boolean

Valore proprietà

Tipo: System.Boolean
true if the log provider is enabled; otherwise, false.

Implementa

IDTSLogging100.Enabled

Vedere anche

Riferimento

LogProviderTextFileClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper