Condividi tramite


Metodo IDTSSupportVerboseLogging100.GetVerboseLoggingMode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the mode of the verbose logging was retrieved.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetVerboseLoggingMode As Boolean
'Utilizzo
Dim instance As IDTSSupportVerboseLogging100 
Dim returnValue As Boolean 

returnValue = instance.GetVerboseLoggingMode()
bool GetVerboseLoggingMode()
bool GetVerboseLoggingMode()
abstract GetVerboseLoggingMode : unit -> bool
function GetVerboseLoggingMode() : boolean

Valore restituito

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

Vedere anche

Riferimento

IDTSSupportVerboseLogging100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper