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.
Indicates whether the mode of the verbose logging was retrieved.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetVerboseLoggingMode As Boolean
'Usage
Dim instance As IDTSSupportVerboseLogging100
Dim returnValue As Boolean
returnValue = instance.GetVerboseLoggingMode()
bool GetVerboseLoggingMode()
bool GetVerboseLoggingMode()
abstract GetVerboseLoggingMode : unit -> bool
function GetVerboseLoggingMode() : boolean
Rückgabewert
Typ: System.Boolean
true if the mode of the verbose logging was retrieved; otherwise, false.