ISqlFunction.GetTypeRelationship Method

Returns a function type relationship collection.

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 ISqlFunction, ISqlTypeSpecifier)
'Usage
Dim instance As ISqlFunction
Dim returnValue As IModelSingleRelationship(Of ISqlFunction, ISqlTypeSpecifier)

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

Return Value

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

.NET Framework Security

See Also

Reference

ISqlFunction Interface

ISqlFunction Members

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