HeterogeneousTable.IsTransPublished Property

Definition

Gets or sets whether the table is published in a transactional publication.

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

Property Value

A Boolean value.

If true, the table is published in a transactional publication.

If false, the table is not published in a transactional publication.

Remarks

If the value of IsPublished is true and the value of IsTransPublished is false, the table is published in a snapshot publication.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Applies to