Condividi tramite


MergePublication.UsesHostName Property

Gets whether the merge publication has a parameterized row filter that uses the HOST_NAME function to evaluate the partition.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UsesHostName As Boolean
public bool UsesHostName { get; }
public:
property bool UsesHostName {
    bool get ();
}
/** @property */
public boolean get_UsesHostName ()
public function get UsesHostName () : boolean

Valore proprietà

A Boolean value. If true, the merge publication uses the HOST_NAME function to evaluate the partition. If false, the merge publication does not use the HOST_NAME function to evaluate the partition.

Eccezioni

Tipo di eccezione Condizione
ApplicationException

When the publication does not exist at the Publisher.

When the version is not Microsoft SQL Server 2005 or later.

Osservazioni

The UsesHostName property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.

Retrieving UsesHostName is equivalent to executing sp_helpmergepublication.

The UsesHostName property is available with SQL Server 2005.

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace