IsPublished プロパティ

現在テーブルが Microsoft SQL Server レプリケーションによってパブリッシュされているかどうかを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property IsPublished As Boolean
    Get
    Set
'使用
Dim instance As HeterogeneousTable
Dim value As Boolean

value = instance.IsPublished

instance.IsPublished = value
public bool IsPublished { get; set; }
public:
property bool IsPublished {
    bool get ();
    void set (bool value);
}
member IsPublished : bool with get, set
function get IsPublished () : boolean
function set IsPublished (value : boolean)

プロパティ値

型: System. . :: . .Boolean
Boolean 値です。
true の場合、テーブルはパブリッシュされています。
false の場合、テーブルはパブリッシュされていません。

説明

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。