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 值。

如果 为 true,则会发布表。

如果 为 false,则表未发布。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于