Metodo IDTSSupportVerboseLogging100.SetVerboseLoggingMode
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the mode of the verbose logging.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SetVerboseLoggingMode ( _
vbVerboseLogging As Boolean _
)
'Utilizzo
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
)
Parametri
- vbVerboseLogging
Tipo: System.Boolean
true to set the verbose logging; otherwise, false.