Método ISqlColumn.GetDefaultsRelationship
Retorna um IModelReverseMultiRelationship entre this e associado ISqlDefaultConstraint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Function GetDefaultsRelationship As IModelReverseMultiRelationship(Of ISqlColumn, ISqlDefaultConstraint)
IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint> GetDefaultsRelationship()
IModelReverseMultiRelationship<ISqlColumn^, ISqlDefaultConstraint^>^ GetDefaultsRelationship()
abstract GetDefaultsRelationship : unit -> IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
function GetDefaultsRelationship() : IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
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.