親プロシージャのリレーションシップを返します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Function GetParentProcRelationship As IModelSingleRelationship(Of ISqlProcedure, ISqlProcedure)
'使用
Dim instance As ISqlProcedure
Dim returnValue As IModelSingleRelationship(Of ISqlProcedure, ISqlProcedure)
returnValue = instance.GetParentProcRelationship()
IModelSingleRelationship<ISqlProcedure, ISqlProcedure> GetParentProcRelationship()
IModelSingleRelationship<ISqlProcedure^, ISqlProcedure^>^ GetParentProcRelationship()
function GetParentProcRelationship() : IModelSingleRelationship<ISqlProcedure, ISqlProcedure>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlProcedure, ISqlProcedure>