Dela via


ISqlTypeSpecifier.GetTypeRelationship Method

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

returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ISqlTypeSpecifier, ISqlType> GetTypeRelationship()
IModelSingleRelationship<ISqlTypeSpecifier^, ISqlType^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlTypeSpecifier Interface

ISqlTypeSpecifier Members

GetTypeRelationship Overload

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