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
同期エージェントを作成するかどうかを示します。