HeterogeneousTable.IsPublished 屬性

定義

取得或設定目前是否由 Microsoft SQL Server 複寫來發行資料表。

public:
 property bool IsPublished { bool get(); void set(bool value); };
public bool IsPublished { get; set; }
member this.IsPublished : bool with get, set
Public Property IsPublished As Boolean

屬性值

Boolean

Boolean 值。

如果為 true, 則表示資料表已發行。

如果為 false, 則表示資料表未發行。

備註

只有2.0 版的Microsoft .NET Framework 才支援這個命名空間、類別或成員。

適用於