ISqlSpecifiesIndex.GetColumnSpecificationsRelationship – metoda
Vrátí IModelMultiRelationship mezi this a přidruženého ISqlIndexedColumnSpecification.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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>
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlSpecifiesIndex, ISqlIndexedColumnSpecification>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.