Propriedade do RDL Constraints
Gets a collection of table constraints.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Constraints As IMetadataCollection(Of IConstraint)
Get
'Uso
Dim instance As IDatabaseTable
Dim value As IMetadataCollection(Of IConstraint)
value = instance.Constraints
IMetadataCollection<IConstraint> Constraints { get; }
property IMetadataCollection<IConstraint^>^ Constraints {
IMetadataCollection<IConstraint^>^ get ();
}
abstract Constraints : IMetadataCollection<IConstraint>
function get Constraints () : IMetadataCollection<IConstraint>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IConstraint> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IConstraint that contains all the table constraints.
Consulte também