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
)
參數
- id
型別:System.Int64
The specified identifier.