ISql100TableTypeSimpleColumn.GetTypeSpecifierRelationship Method

Gets a type specifier relationship.

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

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100TableTypeSimpleColumn, ISqlTypeSpecifier>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql100TableTypeSimpleColumn Interface

ISql100TableTypeSimpleColumn Members

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