Freigeben über


LogProviderXMLFileClass.Enabled-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Enabled As Boolean 
    Get
'Usage
Dim instance As LogProviderXMLFileClass 
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

Eigenschaftswert

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

Implementiert

IDTSLogging100.Enabled

Siehe auch

Verweis

LogProviderXMLFileClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace