Конструктор AgentProfile (String, ServerConnection)

Initializes a new instance of the AgentProfile class with the specified profile name and server connection.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    name As String, _
    connectionContext As ServerConnection _
)
'Применение
Dim name As String 
Dim connectionContext As ServerConnection 

Dim instance As New AgentProfile(name, connectionContext)
public AgentProfile(
    string name,
    ServerConnection connectionContext
)
public:
AgentProfile(
    String^ name, 
    ServerConnection^ connectionContext
)
new : 
        name:string * 
        connectionContext:ServerConnection -> AgentProfile
public function AgentProfile(
    name : String, 
    connectionContext : ServerConnection
)

Параметры

См. также

Справочник

AgentProfile Класс

Перегрузка AgentProfile

Пространство имен Microsoft.SqlServer.Replication