言語

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

プロパティ値

コンテナ用の利用可能なログプロバイダーのオプションやフィルターを含むオブジェクトです。

属性

適用対象