Поделиться через


IdKey Конструкторы

Определение

Инициализирует новый экземпляр класса IdKey.

Перегрузки

IdKey()

Инициализирует новый экземпляр класса IdKey.

IdKey(IdKey)

Инициализирует новый экземпляр класса IdKey с указанным другим ключом идентификатора.

IdKey(Int64)

Инициализирует новый экземпляр класса IdKey с указанным идентификатором.

IdKey()

Инициализирует новый экземпляр класса IdKey.

public:
 IdKey();
public IdKey ();
Public Sub New ()

Применяется к

IdKey(IdKey)

Инициализирует новый экземпляр класса IdKey с указанным другим ключом идентификатора.

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)

Параметры

other
IdKey

Объект, представляющий другой объект IdKey.

Применяется к

IdKey(Int64)

Инициализирует новый экземпляр класса IdKey с указанным идентификатором.

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)

Параметры

id
Int64

Указанный идентификатор.

Применяется к