Método IDatabaseTypeSpecifier.GetTypeRelationship

Obtém o IModelSingleRelationship entre esta IDatabaseTypeSpecifier e relacionados IDatabaseType.

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

Sintaxe

'Declaração
Function GetTypeRelationship As IModelSingleRelationship(Of IDatabaseTypeSpecifier, IDatabaseType)
IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType> GetTypeRelationship()
IModelSingleRelationship<IDatabaseTypeSpecifier^, IDatabaseType^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType> 
function GetTypeRelationship() : IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType>

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType>

Segurança do .NET Framework

Consulte também

Referência

IDatabaseTypeSpecifier Interface

Namespace Microsoft.Data.Schema.SchemaModel.Abstract