IdentityRangeInfo.TablePublished 属性

定义

获取或设置表是否在现有发布中发布。

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

属性值

一个 Boolean 值。

如果 为 true,则表在另一个发布中发布。

如果 为 false,则表不会在其他任何位置发布。

注解

此属性可由任何用户检索或设置。

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

适用于