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 輕量出版物。