หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.