IdKey Constructors

Definition

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

other
IdKey

An object that represents the other IdKey object.

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.

Applies to