Freigeben über


IDTSSupportVerboseLogging100.GetVerboseLoggingMode-Methode

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.

Siehe auch

Verweis

IDTSSupportVerboseLogging100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace