ExecutionOperation.Key 构造函数

Initializes a new instance of the ExecutionOperation.Key class with the specified identifier.

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

语法

声明
Public Sub New ( _
    id As Long _
)
用法
Dim id As Long 

Dim instance As New ExecutionOperation.Key(id)
public Key(
    long id
)
public:
Key(
    long long id
)
new : 
        id:int64 -> Key
public function ExecutionOperation.Key(
    id : long
)

参数

请参阅

参考

ExecutionOperation.Key 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间