Dela via


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

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

Return Value

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

.NET Framework Security

See Also

Reference

ISqlColumn Interface

ISqlColumn Members

GetTypeSpecifierRelationship Overload

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