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.