PullSubscription.InitMemberVariables 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化成員變數。
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
表示是否要建立同步代理。