語言

PullSubscription.InitMemberVariables 方法

定義

初始化成員變數。

protected:
 void InitMemberVariables(System::String ^ databaseName, System::String ^ publisherName, System::String ^ publicationDBName, System::String ^ publicationName, bool createSyncAgentByDefault);
protected void InitMemberVariables(string databaseName, string publisherName, string publicationDBName, string publicationName, bool createSyncAgentByDefault);
member this.InitMemberVariables : string * string * string * string * bool -> unit
Protected Sub InitMemberVariables (databaseName As String, publisherName As String, publicationDBName As String, publicationName As String, createSyncAgentByDefault As Boolean)

參數

databaseName
String

資料庫名稱。

publisherName
String

發行者的名稱。

publicationDBName
String

發行集資料庫的名稱。

publicationName
String

發行集名稱。

createSyncAgentByDefault
Boolean

表示是否要建立同步代理。

適用於