IColumn.GetTypeSpecifierRelationship Method

Returns the type specifier relationship.

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

Syntax

'Declaration
Function GetTypeSpecifierRelationship As IModelSingleRelationship(Of IColumn, ITypeSpecifier)
'Usage
Dim instance As IColumn
Dim returnValue As IModelSingleRelationship(Of IColumn, ITypeSpecifier)

returnValue = instance.GetTypeSpecifierRelationship()
IModelSingleRelationship<IColumn, ITypeSpecifier> GetTypeSpecifierRelationship()
IModelSingleRelationship<IColumn^, ITypeSpecifier^>^ GetTypeSpecifierRelationship()
function GetTypeSpecifierRelationship() : IModelSingleRelationship<IColumn, ITypeSpecifier>
abstract GetTypeSpecifierRelationship : unit -> IModelSingleRelationship<IColumn, ITypeSpecifier> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IColumn, ITypeSpecifier>

.NET Framework Security

See Also

Reference

IColumn Interface

IColumn Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace