Freigeben über


ISqlSpecifiesIndex.GetColumnSpecificationsRelationship-Methode

Gibt eine IModelMultiRelationship zwischen this und der zugeordneten ISqlIndexedColumnSpecification zurück.

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

Syntax

'Declaration
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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSpecifiesIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace