ReplicationServer.EnumLightPublications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a light publications.
public:
System::Collections::ArrayList ^ EnumLightPublications(System::String ^ databaseName, int replicationType, bool returnHeteroPublication, bool returnEmptyTranPublication);
public System.Collections.ArrayList EnumLightPublications (string databaseName, int replicationType, bool returnHeteroPublication, bool returnEmptyTranPublication);
member this.EnumLightPublications : string * int * bool * bool -> System.Collections.ArrayList
Public Function EnumLightPublications (databaseName As String, replicationType As Integer, returnHeteroPublication As Boolean, returnEmptyTranPublication As Boolean) As ArrayList
Parameters
- databaseName
- String
The name of the database
- replicationType
- Int32
The replication type.
- returnHeteroPublication
- Boolean
Indicates whether to return heterogeneous publication.
- returnEmptyTranPublication
- Boolean
Indicates whether to return empty transaction publication.
Returns
An ArrayList of light publications.