Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Long _
) As ExecutionOperation
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.Int64
The identifier.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.
See Also
Reference
ExecutionOperationCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace