ISqlProcedure.GetParentProcRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlProcedure.
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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlProcedure, ISqlProcedure>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.