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 。