Freigeben über


ISqlProcedure.GetParentProcRelationship-Methode

Gibt eine IModelSingleRelationship zwischen this und der zugeordneten ISqlProcedure zurück.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetParentProcRelationship As IModelSingleRelationship(Of ISqlProcedure, ISqlProcedure)
IModelSingleRelationship<ISqlProcedure, ISqlProcedure> GetParentProcRelationship()
IModelSingleRelationship<ISqlProcedure^, ISqlProcedure^>^ GetParentProcRelationship()
abstract GetParentProcRelationship : unit -> IModelSingleRelationship<ISqlProcedure, ISqlProcedure> 
function GetParentProcRelationship() : IModelSingleRelationship<ISqlProcedure, ISqlProcedure>

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlProcedure, ISqlProcedure>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlProcedure Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace