ValidationOperation.Key(Int64) 생성자

정의

지정한 식별자를 사용하여 ValidationOperation.Key 클래스의 새 인스턴스를 초기화합니다.

public:
 Key(long id);
public Key (long id);
new Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key : int64 -> Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key
Public Sub New (id As Long)

매개 변수

id
Int64

지정한 식별자입니다.

적용 대상