AgentProfile 생성자

정의

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)

매개 변수

profileID
Int32

에이전트 프로필을 고유하게 식별하는 Int32 값입니다.

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)

매개 변수

name
String

에이전트 프로필의 이름을 지정하는 String 값입니다.

connectionContext
ServerConnection

ServerConnection 배포자인 SQL Server 인스턴스에 대한 연결을 지정하는 개체입니다.

적용 대상