Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value that indicates whether the merge publication has a parameterized row filter that uses the HOST_NAME function to evaluate the partition.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public ReadOnly Property UsesHostName As Boolean
Get
'Uso
Dim instance As MergePublication
Dim value As Boolean
value = instance.UsesHostName
public bool UsesHostName { get; }
public:
property bool UsesHostName {
bool get ();
}
member UsesHostName : bool
function get UsesHostName () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if the merge publication uses the HOST_NAME function to evaluate the partition; false if the merge publication does not use the HOST_NAME function to evaluate the partition.
Excepciones
| Excepción | Condición |
|---|---|
| ApplicationException | When the publication does not exist at the Publisher. When the version is not Microsoft SQL Server 2005 or later. |
Comentarios
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.