AgentProfile 构造函数 (Int32, ServerConnection)

Initializes a new instance of the AgentProfile class with a specified agent profile ID value and server connection.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Sub New ( _
    profileID As Integer, _
    connectionContext As ServerConnection _
)
用法
Dim profileID As Integer
Dim connectionContext As ServerConnection

Dim instance As New AgentProfile(profileID, _
    connectionContext)
public AgentProfile(
    int profileID,
    ServerConnection connectionContext
)
public:
AgentProfile(
    int profileID, 
    ServerConnection^ connectionContext
)
new : 
        profileID:int * 
        connectionContext:ServerConnection -> AgentProfile
public function AgentProfile(
    profileID : int, 
    connectionContext : ServerConnection
)

参数

注释

This namespace, class, or member is supported only in the .NET Framework 2.0.