Partager via


Enabled propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see LogProvider.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Enabled As Boolean
    Get
'Utilisation
Dim instance As LogProviderEventLogClass
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

Valeur de la propriété

Type : System. . :: . .Boolean

Implémente

IDTSLogging100. . :: . .Enabled