共用方式為


DtsContainer.LoggingOptions 屬性

Returns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property LoggingOptions As LoggingOptions 
    Get
'用途
Dim instance As DtsContainer 
Dim value As LoggingOptions 

value = instance.LoggingOptions
[BrowsableAttribute(false)]
public LoggingOptions LoggingOptions { get; }
[BrowsableAttribute(false)]
public:
property LoggingOptions^ LoggingOptions {
    LoggingOptions^ get ();
}
[<BrowsableAttribute(false)>]
member LoggingOptions : LoggingOptions
function get LoggingOptions () : LoggingOptions

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.LoggingOptions
An object that contains the available logging provider options and filters for containers.

請參閱

參考

DtsContainer 類別

Microsoft.SqlServer.Dts.Runtime 命名空間