Enabled-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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 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