Sdílet prostřednictvím


ISqlDefaultConstraint.GetForColumnRelationship – metoda

Vrátí IModelSingleRelationship mezi this a přidruženého ISqlColumn.

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

Syntaxe

'Deklarace
Function GetForColumnRelationship As IModelSingleRelationship(Of ISqlDefaultConstraint, ISqlColumn)
IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> GetForColumnRelationship()
IModelSingleRelationship<ISqlDefaultConstraint^, ISqlColumn^>^ GetForColumnRelationship()
abstract GetForColumnRelationship : unit -> IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> 
function GetForColumnRelationship() : IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlDefaultConstraint Rozhraní

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