AgentProfile 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AgentProfile 클래스의 새 인스턴스를 초기화합니다.
오버로드
AgentProfile() |
AgentProfile 클래스의 새 인스턴스를 초기화합니다. |
AgentProfile(Int32, ServerConnection) |
지정된 에이전트 프로필 ID 값 및 서버 연결을 사용하여 AgentProfile 클래스의 새 인스턴스를 초기화합니다. |
AgentProfile(String, ServerConnection) |
지정된 프로필 이름 및 서버 연결을 사용하여 AgentProfile 클래스의 새 인스턴스를 초기화합니다. |
AgentProfile()
AgentProfile 클래스의 새 인스턴스를 초기화합니다.
public:
AgentProfile();
public AgentProfile ();
Public Sub New ()
적용 대상
AgentProfile(Int32, ServerConnection)
지정된 에이전트 프로필 ID 값 및 서버 연결을 사용하여 AgentProfile 클래스의 새 인스턴스를 초기화합니다.
public:
AgentProfile(int profileID, Microsoft::SqlServer::Management::Common::ServerConnection ^ connectionContext);
public AgentProfile (int profileID, Microsoft.SqlServer.Management.Common.ServerConnection connectionContext);
new Microsoft.SqlServer.Replication.AgentProfile : int * Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Replication.AgentProfile
Public Sub New (profileID As Integer, connectionContext As ServerConnection)
매개 변수
- connectionContext
- ServerConnection
ServerConnection MicrosoftSQL 서버 인스턴스에 대한 연결을 지정하는 개체입니다.
적용 대상
AgentProfile(String, ServerConnection)
지정된 프로필 이름 및 서버 연결을 사용하여 AgentProfile 클래스의 새 인스턴스를 초기화합니다.
public:
AgentProfile(System::String ^ name, Microsoft::SqlServer::Management::Common::ServerConnection ^ connectionContext);
public AgentProfile (string name, Microsoft.SqlServer.Management.Common.ServerConnection connectionContext);
new Microsoft.SqlServer.Replication.AgentProfile : string * Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Replication.AgentProfile
Public Sub New (name As String, connectionContext As ServerConnection)
매개 변수
- connectionContext
- ServerConnection
ServerConnection 배포자인 SQL Server 인스턴스에 대한 연결을 지정하는 개체입니다.