Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether the table is published in an existing publication.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property TablePublished As Boolean
Get
Set
'Utilisation
Dim instance As IdentityRangeInfo
Dim value As Boolean
value = instance.TablePublished
instance.TablePublished = value
public bool TablePublished { get; set; }
public:
property bool TablePublished {
bool get ();
void set (bool value);
}
member TablePublished : bool with get, set
function get TablePublished () : boolean
function set TablePublished (value : boolean)
Valeur de propriété
Type : System.Boolean
A Boolean value. If true, the table is published in another publication.If false, the table is not published anywhere else.
Notes
This property can be retrieved or set by any user.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.