IdKey 构造函数 (Int64)

Initializes a new instance of the IdKey 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 IdKey(id)
public IdKey(
    long id
)
public:
IdKey(
    long long id
)
new : 
        id:int64 -> IdKey
public function IdKey(
    id : long
)

参数

请参阅

参考

IdKey 类

IdKey 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间