Compartir a través de


Catalog.Operations Propiedad

Gets the operation collection.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Operation))> _
Public ReadOnly Property Operations As OperationCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Catalog Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices