ReplicationServer.EnumLightPublications メソッド

定義

ライト パブリケーションを返します。

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

パラメーター

databaseName
String

データベースの名前

replicationType
Int32

レプリケーションの種類です。

returnHeteroPublication
Boolean

異種パブリケーションを返すかどうかを示します。

returnEmptyTranPublication
Boolean

空のトランザクション パブリケーションを返すかどうかを示します。

戻り値

ライト パブリケーションの ArrayList です。

適用対象