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