次の方法で共有


DtsServerType.IsEnabled プロパティ

定義

サーバー接続が有効かどうかを示す値を取得します。

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

プロパティ値

サーバー接続が有効な場合は true、有効でない場合は false です。

適用対象