Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the mode of the verbose logging.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetVerboseLoggingMode ( _
vbVerboseLogging As Boolean _
)
'Usage
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
)
Parameters
- vbVerboseLogging
Type: System.Boolean
true to set the verbose logging; otherwise, false.