HeterogeneousTable.IsPublished 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前是否由 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 值。
如果為 true, 則表示資料表已發行。
如果為 false, 則表示資料表未發行。
備註
只有2.0 版的Microsoft .NET Framework 才支援這個命名空間、類別或成員。