Właściwość HeterogeneousTable.IsPublished
Gets or sets whether the table is currently being published by Microsoft SQL Server replication.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property IsPublished As Boolean
Get
Set
'Użycie
Dim instance As HeterogeneousTable
Dim value As Boolean
value = instance.IsPublished
instance.IsPublished = value
public bool IsPublished { get; set; }
public:
property bool IsPublished {
bool get ();
void set (bool value);
}
member IsPublished : bool with get, set
function get IsPublished () : boolean
function set IsPublished (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartości.
Jeśli true, tabela jest publikowana.
Jeśli false, tabela nie jest publikowana.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.