Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
id As Long _
) As ExecutionOperation
Get
'用途
Dim instance As ExecutionOperationCollection
Dim id As Long
Dim value As ExecutionOperation
value = instance(id)
public ExecutionOperation this[
long id
] { get; }
public:
property ExecutionOperation^ default[long long id] {
ExecutionOperation^ get (long long id);
}
member Item : ExecutionOperation
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- id
型別:System.Int64
The identifier.
屬性值
型別:Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.