Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.