IDTSContainer100.LoggingMode プロパティ

定義

コンテナのログモードを取得するか設定します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode LoggingMode { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode value); };
[System.Runtime.InteropServices.DispId(27)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode LoggingMode { [System.Runtime.InteropServices.DispId(27)] get; [System.Runtime.InteropServices.DispId(27)] set; }
[<System.Runtime.InteropServices.DispId(27)>]
[<get: System.Runtime.InteropServices.DispId(27)>]
[<set: System.Runtime.InteropServices.DispId(27)>]
member this.LoggingMode : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode with get, set
Public Property LoggingMode As DTSLoggingMode

プロパティ値

コンテナの伐採モード。

属性

注釈

詳細については、DtsContainerを参照してください。

適用対象