Metodo MergePublication.EnumMergePartitions
Returns the Subscriber partitions defined for this merge publication.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public Function EnumMergePartitions As ArrayList
'Utilizzo
Dim instance As MergePublication
Dim returnValue As ArrayList
returnValue = instance.EnumMergePartitions()
public ArrayList EnumMergePartitions()
public:
ArrayList^ EnumMergePartitions()
member EnumMergePartitions : unit -> ArrayList
public function EnumMergePartitions() : ArrayList
Valore restituito
Tipo: System.Collections.ArrayList
An ArrayList of Subscriber partitions for this merge publication.
Osservazioni
Calling EnumMergePartitions is equivalent to executing sp_helpmergepartition.
The EnumMergePartitions method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication
Altre risorse
Snapshot per pubblicazioni di tipo merge con filtri con parametri