Dela via


ISqlSimpleColumn.GetTypeSpecifierRelationship Method

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

Syntax

'Declaration
Function GetTypeSpecifierRelationship As IModelSingleRelationship(Of ISqlSimpleColumn, ISqlTypeSpecifier)
'Usage
Dim instance As ISqlSimpleColumn 
Dim returnValue As IModelSingleRelationship(Of ISqlSimpleColumn, ISqlTypeSpecifier)

returnValue = instance.GetTypeSpecifierRelationship()
IModelSingleRelationship<ISqlSimpleColumn, ISqlTypeSpecifier> GetTypeSpecifierRelationship()
IModelSingleRelationship<ISqlSimpleColumn^, ISqlTypeSpecifier^>^ GetTypeSpecifierRelationship()
function GetTypeSpecifierRelationship() : IModelSingleRelationship<ISqlSimpleColumn, ISqlTypeSpecifier>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

ISqlSimpleColumn Members

GetTypeSpecifierRelationship Overload

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