Operation.Key(Int64) 생성자

정의

지정된 ID를 사용하여 Operation.Key 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

id
Int64

ID입니다.

적용 대상