ExecutionOperationCollection.Item 属性 (Int64)

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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.

请参阅

参考

ExecutionOperationCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间