Partager via


Propriété Catalog.Operations

Gets the operation collection.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Operation))> _
Public ReadOnly Property Operations As OperationCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.OperationCollection
The operation collection.

Voir aussi

Référence

Catalog Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices