ReplicationServer.EnumLightPublications メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ライト パブリケーションを返します。
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 です。