ISql100TableTypeSimpleColumn.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 ISql100TableTypeSimpleColumn, ISqlTypeSpecifier)
IModelSingleRelationship<ISql100TableTypeSimpleColumn, ISqlTypeSpecifier> GetTypeSpecifierRelationship()
IModelSingleRelationship<ISql100TableTypeSimpleColumn^, ISqlTypeSpecifier^>^ GetTypeSpecifierRelationship()
abstract GetTypeSpecifierRelationship : unit -> IModelSingleRelationship<ISql100TableTypeSimpleColumn, ISqlTypeSpecifier>
function GetTypeSpecifierRelationship() : IModelSingleRelationship<ISql100TableTypeSimpleColumn, ISqlTypeSpecifier>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100TableTypeSimpleColumn, 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.