OperationCollection.Item 属性 (Int64)
Gets the operation with the specified name.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
id As Long _
) As Operation
Get
用法
Dim instance As OperationCollection
Dim id As Long
Dim value As Operation
value = instance(id)
public Operation this[
long id
] { get; }
public:
property Operation^ default[long long id] {
Operation^ get (long long id);
}
member Item : Operation
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- id
类型:System.Int64
The specified name.
属性值
类型:Microsoft.SqlServer.Management.IntegrationServices.Operation
The operation with the specified name.