Sdílet prostřednictvím


ISqlColumn.GetDefaultsRelationship – metoda

Vrátí IModelReverseMultiRelationship mezi this a přidruženého ISqlDefaultConstraint.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlColumn Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů