Delen via


LogProviderXMLFileClass.Enabled Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see LogProvider.

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

Property Value

Type: System.Boolean

Implements

IDTSLogging100.Enabled