OperationCollection.Item[Int64] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the operation with the specified name.
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
Parameters
- id
- Int64
The specified name.
Property Value
The operation with the specified name.