Compartir a través de


ReplicationDatabase.EnumTransPublications Método

Returns a list of transactional and snapshot publications that use the database.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Function EnumTransPublications As ArrayList
'Uso
Dim instance As ReplicationDatabase 
Dim returnValue As ArrayList 

returnValue = instance.EnumTransPublications()
public ArrayList EnumTransPublications()
public:
ArrayList^ EnumTransPublications()
member EnumTransPublications : unit -> ArrayList
public function EnumTransPublications() : ArrayList

Valor devuelto

Tipo: System.Collections.ArrayList
An ArrayList of TransPublication objects.

Excepciones

Excepción Condición
ApplicationException

When the database does not exist.

Comentarios

The EnumTransPublications method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.

Calling EnumTransPublications is equivalent to executing sp_helppublication (Transact-SQL).

Vea también

Referencia

ReplicationDatabase Clase

Espacio de nombres Microsoft.SqlServer.Replication