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