언어

DtsContainer.LoggingOptions 속성

정의

컨테이너의 필터링 및 로그 자원을 나타내는 속성을 포함하는 객체를 반환합니다. 이 속성은 읽기 전용입니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::LoggingOptions ^ LoggingOptions { Microsoft::SqlServer::Dts::Runtime::LoggingOptions ^ get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "LoggingOptionsDesc")]
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.LoggingOptions LoggingOptions { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "LoggingOptionsDesc")>]
[<System.ComponentModel.Browsable(false)>]
member this.LoggingOptions : Microsoft.SqlServer.Dts.Runtime.LoggingOptions
Public ReadOnly Property LoggingOptions As LoggingOptions

속성 값

컨테이너에 대한 사용 가능한 로그 제공자 옵션과 필터를 포함하는 객체입니다.

특성

적용 대상