Catalog.Validations Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает коллекцию проверки.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ValidationOperationCollection ^ Validations { Microsoft::SqlServer::Management::IntegrationServices::ValidationOperationCollection ^ 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.ValidationOperation))]
public Microsoft.SqlServer.Management.IntegrationServices.ValidationOperationCollection Validations { 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.ValidationOperation))>]
member this.Validations : Microsoft.SqlServer.Management.IntegrationServices.ValidationOperationCollection
Public ReadOnly Property Validations As ValidationOperationCollection
Значение свойства
Коллекция проверки.
- Атрибуты