ISql90Index.GetIncludedColumnsRelationship Method
Returns an IModelMultiRelationship 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 GetIncludedColumnsRelationship As IModelMultiRelationship(Of ISql90Index, ISqlColumn)
IModelMultiRelationship<ISql90Index, ISqlColumn> GetIncludedColumnsRelationship()
IModelMultiRelationship<ISql90Index^, ISqlColumn^>^ GetIncludedColumnsRelationship()
abstract GetIncludedColumnsRelationship : unit -> IModelMultiRelationship<ISql90Index, ISqlColumn>
function GetIncludedColumnsRelationship() : IModelMultiRelationship<ISql90Index, ISqlColumn>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90Index, 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.