ISqlColumn.GetTypeSpecifierRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlTypeSpecifier.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetTypeSpecifierRelationship As IModelSingleRelationship(Of ISqlColumn, ISqlTypeSpecifier)
IModelSingleRelationship<ISqlColumn, ISqlTypeSpecifier> GetTypeSpecifierRelationship()
IModelSingleRelationship<ISqlColumn^, ISqlTypeSpecifier^>^ GetTypeSpecifierRelationship()
abstract GetTypeSpecifierRelationship : unit -> IModelSingleRelationship<ISqlColumn, ISqlTypeSpecifier>
function GetTypeSpecifierRelationship() : IModelSingleRelationship<ISqlColumn, ISqlTypeSpecifier>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlColumn, ISqlTypeSpecifier>
.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.