语言

HeterogeneousTable.IsTransPublished 属性

定义

获取表是否以事务性出版物形式发布。

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

属性值

一个Boolean值。

如果 成立,该表会以事务性出版物形式发布。

如果 为假,该表不会在事务出版物中发布。

注解

如果的 IsPublished 值为 ,而的 IsTransPublished 值为 ,表将以快照发布形式发布。

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

适用于