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 네임스페이스