Compartir a través de


ISqlConstraint.GetDefiningTableRelationship (Método)

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

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

Sintaxis

'Declaración
Function GetDefiningTableRelationship As IModelSingleRelationship(Of ISqlConstraint, ISqlSpecifiesTable)
IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable> GetDefiningTableRelationship()
IModelSingleRelationship<ISqlConstraint^, ISqlSpecifiesTable^>^ GetDefiningTableRelationship()
abstract GetDefiningTableRelationship : unit -> IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable> 
function GetDefiningTableRelationship() : IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>

Seguridad de .NET Framework

Vea también

Referencia

ISqlConstraint Interfaz

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