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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.