PullSubscription.InitMemberVariables Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the member variables.
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)
	Parameters
- databaseName
 - String
 
The database name.
- publisherName
 - String
 
The name of the publisher.
- publicationDBName
 - String
 
The name of the publication database.
- publicationName
 - String
 
The publication name.
- createSyncAgentByDefault
 - Boolean
 
Indicates whether to create a synchronous agent.