Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets whether the table is published in a transactional publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property IsTransPublished As Boolean
Get
Set
'Usage
Dim instance As HeterogeneousTable
Dim value As Boolean
value = instance.IsTransPublished
instance.IsTransPublished = value
public bool IsTransPublished { get; set; }
public:
property bool IsTransPublished {
bool get ();
void set (bool value);
}
member IsTransPublished : bool with get, set
function get IsTransPublished () : boolean
function set IsTransPublished (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value.If true, the table is published in a transactional publication.If false, the table is not published in a transactional publication.
Hinweise
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.