ISql90ClrMethodParameter.GetTypeRelationship Method

Gets a type relationship.

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

Syntax

'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of ISql90ClrMethodParameter, ISqlType)
'Usage
Dim instance As ISql90ClrMethodParameter
Dim returnValue As IModelSingleRelationship(Of ISql90ClrMethodParameter, ISqlType)

returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ISql90ClrMethodParameter, ISqlType> GetTypeRelationship()
IModelSingleRelationship<ISql90ClrMethodParameter^, ISqlType^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ISql90ClrMethodParameter, ISqlType>
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISql90ClrMethodParameter, ISqlType> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90ClrMethodParameter, ISqlType>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90ClrMethodParameter Interface

ISql90ClrMethodParameter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace