语言

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

如果 属实,表格正在发布。

如果 错误,表示该表未被发布。

注解

该命名空间、类或成员仅在Microsoft .NET框架2.0版本中支持。

适用于