Método ISqlSpecifiesIndex.GetColumnSpecificationsRelationship

Retorna um IModelMultiRelationship entre this e associado ISqlIndexedColumnSpecification.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Function GetColumnSpecificationsRelationship As IModelMultiRelationship(Of ISqlSpecifiesIndex, ISqlIndexedColumnSpecification)
IModelMultiRelationship<ISqlSpecifiesIndex, ISqlIndexedColumnSpecification> GetColumnSpecificationsRelationship()
IModelMultiRelationship<ISqlSpecifiesIndex^, ISqlIndexedColumnSpecification^>^ GetColumnSpecificationsRelationship()
abstract GetColumnSpecificationsRelationship : unit -> IModelMultiRelationship<ISqlSpecifiesIndex, ISqlIndexedColumnSpecification> 
function GetColumnSpecificationsRelationship() : IModelMultiRelationship<ISqlSpecifiesIndex, ISqlIndexedColumnSpecification>

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlSpecifiesIndex, ISqlIndexedColumnSpecification>

Segurança do .NET Framework

Consulte também

Referência

ISqlSpecifiesIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel