Propriedade do RDL LogProviderEventLogClass.Enabled
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the log provider is enabled.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property Enabled As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the log provider is enabled; otherwise, false.