Dela via


ISqlUserDefinedDataType.GetTypeRelationship Method

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

returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ISqlUserDefinedDataType, ISqlBuiltInType> GetTypeRelationship()
IModelSingleRelationship<ISqlUserDefinedDataType^, ISqlBuiltInType^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ISqlUserDefinedDataType, ISqlBuiltInType>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlUserDefinedDataType, ISqlBuiltInType>

.NET Framework Security

See Also

Reference

ISqlUserDefinedDataType Interface

ISqlUserDefinedDataType Members

GetTypeRelationship Overload

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