语言

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

适用于