Свойство Catalog.Executions
Gets the execution collection.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ExecutionOperation))> _
Public ReadOnly Property Executions As ExecutionOperationCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
The execution collection.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices