ISqlConstraint.GetDefiningTableRelationship – metoda
Vrátí IModelSingleRelationship mezi this a přidruženého ISqlSpecifiesTable.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Function GetDefiningTableRelationship As IModelSingleRelationship(Of ISqlConstraint, ISqlSpecifiesTable)
IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable> GetDefiningTableRelationship()
IModelSingleRelationship<ISqlConstraint^, ISqlSpecifiesTable^>^ GetDefiningTableRelationship()
abstract GetDefiningTableRelationship : unit -> IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>
function GetDefiningTableRelationship() : IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>
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.