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。