Share via


IDTSSupportVerboseLogging100.GetVerboseLoggingMode Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Return Value

Type: System.Boolean
true if the mode of the verbose logging was retrieved; otherwise, false.

See Also

Reference

IDTSSupportVerboseLogging100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace