Sdílet prostřednictvím


ISqlOwnedObject.GetOwnerRelationship – metoda

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

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

Syntaxe

'Deklarace
Function GetOwnerRelationship As IModelSingleRelationship(Of ISqlOwnedObject, ISqlObjectOwner)
IModelSingleRelationship<ISqlOwnedObject, ISqlObjectOwner> GetOwnerRelationship()
IModelSingleRelationship<ISqlOwnedObject^, ISqlObjectOwner^>^ GetOwnerRelationship()
abstract GetOwnerRelationship : unit -> IModelSingleRelationship<ISqlOwnedObject, ISqlObjectOwner> 
function GetOwnerRelationship() : IModelSingleRelationship<ISqlOwnedObject, ISqlObjectOwner>

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlOwnedObject, ISqlObjectOwner>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlOwnedObject Rozhraní

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