Proprietà Enabled

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

For more information, see LogProvider.

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 LogProviderSQLServerClass
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

Implementa

IDTSLogging100. . :: . .Enabled