Método ISql90SpecifiesTable.GetConstraintsRelationship
Retorna um IModelReverseMultiRelationship entre this e associado ISql90Constraint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Function GetConstraintsRelationship As IModelReverseMultiRelationship(Of ISql90SpecifiesTable, ISql90Constraint)
IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint> GetConstraintsRelationship()
IModelReverseMultiRelationship<ISql90SpecifiesTable^, ISql90Constraint^>^ GetConstraintsRelationship()
abstract GetConstraintsRelationship : unit -> IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
function GetConstraintsRelationship() : IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ISql90SpecifiesTable Interface