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