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
동기 에이전트를 만들 것인지 여부를 나타냅니다.