Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the operation collection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Operation))> _
Public ReadOnly Property Operations As OperationCollection
Get
'Usage
Dim instance As Catalog
Dim value As OperationCollection
value = instance.Operations
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Operation))]
public OperationCollection Operations { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(Operation))]
public:
property OperationCollection^ Operations {
OperationCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(Operation))>]
member Operations : OperationCollection
function get Operations () : OperationCollection
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.OperationCollection
The operation collection.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace