Поделиться через


ISql90ClrMethodParameter.GetTypeRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlTypeSpecifier.

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

Syntax

'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of ISql90ClrMethodParameter, ISqlTypeSpecifier)
IModelSingleRelationship<ISql90ClrMethodParameter, ISqlTypeSpecifier> GetTypeRelationship()
IModelSingleRelationship<ISql90ClrMethodParameter^, ISqlTypeSpecifier^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISql90ClrMethodParameter, ISqlTypeSpecifier> 
function GetTypeRelationship() : IModelSingleRelationship<ISql90ClrMethodParameter, ISqlTypeSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90ClrMethodParameter, ISqlTypeSpecifier>

.NET Framework Security

See Also

Reference

ISql90ClrMethodParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace