Operation.Key(Int64) 建構函式

定義

使用指定的識別碼,初始化 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

識別碼。

適用於