PullSubscription.InitMemberVariables Method

Definition

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.

Applies to