Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IColumn, ITypeSpecifier>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.