Catalog.Executions Propiedad
Gets the execution 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(ExecutionOperation))> _
Public ReadOnly Property Executions As ExecutionOperationCollection
Get
'Uso
Dim instance As Catalog
Dim value As ExecutionOperationCollection
value = instance.Executions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ExecutionOperation))]
public ExecutionOperationCollection Executions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(ExecutionOperation))]
public:
property ExecutionOperationCollection^ Executions {
ExecutionOperationCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ExecutionOperation))>]
member Executions : ExecutionOperationCollection
function get Executions () : ExecutionOperationCollection
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
The execution collection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices