ISqlIndexedColumnSpecification.GetColumnRelationship (Método)

Devuelve una interfaz IModelSingleRelationship entre this y la interfaz ISqlColumn asociada.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Function GetColumnRelationship As IModelSingleRelationship(Of ISqlIndexedColumnSpecification, ISqlColumn)
IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn> GetColumnRelationship()
IModelSingleRelationship<ISqlIndexedColumnSpecification^, ISqlColumn^>^ GetColumnRelationship()
abstract GetColumnRelationship : unit -> IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn> 
function GetColumnRelationship() : IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn>

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn>

Seguridad de .NET Framework

Vea también

Referencia

ISqlIndexedColumnSpecification Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)