IDTSLogging インターフェイス
コンテナーのログ オプションを定義します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Interface IDTSLogging
'使用
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging = interface end
public interface IDTSLogging
IDTSLogging 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Enabled | ログ記録が有効かどうかを示す Boolean を返します。このフィールドは読み取り専用です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
GetFilterStatus | 指定したイベントのフィルター状態を取得します。 | |
Log | ログ エントリを書き込みます。 |
先頭に戻る