IDTSLogging100.Enabled Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets a value that indicates whether logging is enabled.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property Enabled As Boolean
Get
'Uso
Dim instance As IDTSLogging100
Dim value As Boolean
value = instance.Enabled
bool Enabled { get; }
property bool Enabled {
bool get ();
}
abstract Enabled : bool
function get Enabled () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if logging is enabled; otherwise, false.