Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Sets the mode of the verbose logging.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetVerboseLoggingMode ( _
vbVerboseLogging As Boolean _
)
'Usage
Dim instance As IDTSSupportVerboseLogging100
Dim vbVerboseLogging As Boolean
instance.SetVerboseLoggingMode(vbVerboseLogging)
void SetVerboseLoggingMode(
bool vbVerboseLogging
)
void SetVerboseLoggingMode(
[InAttribute] bool vbVerboseLogging
)
abstract SetVerboseLoggingMode :
vbVerboseLogging:bool -> unit
function SetVerboseLoggingMode(
vbVerboseLogging : boolean
)
Parameter
- vbVerboseLogging
Typ: System.Boolean
true to set the verbose logging; otherwise, false.