Catalog.Validations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the validation collection.
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
Property Value
The validation collection.
- Attributes