इसके माध्यम से साझा किया गया


LogProviderTextFileClass.Enabled Property

This API supports the .NET Framework 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 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

Property Value

Type: System.Boolean

Implements

IDTSLogging100.Enabled