Compartir a través de


ISqlProcedure.GetParentProcRelationship (Método)

Devuelve una interfaz IModelSingleRelationship entre this y la interfaz ISqlProcedure asociada.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlProcedure Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)