Catalog.Executions Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает коллекцию выполнения.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperationCollection ^ Executions { Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperationCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation))]
public Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection Executions { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation))>]
member this.Executions : Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
Public ReadOnly Property Executions As ExecutionOperationCollection
Значение свойства
Коллекция выполнения.
- Атрибуты