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

지정한 식별자입니다.

적용 대상