Partager via


ISqlColumn.GetDefaultsRelationship, méthode

Retourne un IModelReverseMultiRelationship entre this et le ISqlDefaultConstraint associé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>

Sécurité .NET Framework

Voir aussi

Référence

ISqlColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms