IdKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IdKey class.
Overloads
IdKey() |
Initializes a new instance of the IdKey class. |
IdKey(IdKey) |
Initializes a new instance of the IdKey class with the specified other identifier key. |
IdKey(Int64) |
Initializes a new instance of the IdKey class with the specified identifier. |
IdKey()
Initializes a new instance of the IdKey class.
public:
IdKey();
public IdKey ();
Public Sub New ()
Applies to
IdKey(IdKey)
Initializes a new instance of the IdKey class with the specified other identifier key.
public:
IdKey(Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ other);
public IdKey (Microsoft.SqlServer.Management.IntegrationServices.IdKey other);
new Microsoft.SqlServer.Management.IntegrationServices.IdKey : Microsoft.SqlServer.Management.IntegrationServices.IdKey -> Microsoft.SqlServer.Management.IntegrationServices.IdKey
Public Sub New (other As IdKey)
Parameters
Applies to
IdKey(Int64)
Initializes a new instance of the IdKey class with the specified identifier.
public:
IdKey(long id);
public IdKey (long id);
new Microsoft.SqlServer.Management.IntegrationServices.IdKey : int64 -> Microsoft.SqlServer.Management.IntegrationServices.IdKey
Public Sub New (id As Long)
Parameters
- id
- Int64
The specified identifier.