OperationCollection.Item[Int64] 属性

定义

获取具有指定名称的操作。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::Operation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::Operation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.Operation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.Operation
Default Public ReadOnly Property Item(id As Long) As Operation

参数

id
Int64

指定的名称。

属性值

具有指定名称的操作。

适用于