Método ISqlStatistic.GetSubjectRelationship

Retorna um IModelSingleRelationship entre this e associado ISqlStatisticBound.

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

Sintaxe

'Declaração
Function GetSubjectRelationship As IModelSingleRelationship(Of ISqlStatistic, ISqlStatisticBound)
IModelSingleRelationship<ISqlStatistic, ISqlStatisticBound> GetSubjectRelationship()
IModelSingleRelationship<ISqlStatistic^, ISqlStatisticBound^>^ GetSubjectRelationship()
abstract GetSubjectRelationship : unit -> IModelSingleRelationship<ISqlStatistic, ISqlStatisticBound> 
function GetSubjectRelationship() : IModelSingleRelationship<ISqlStatistic, ISqlStatisticBound>

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlStatistic, ISqlStatisticBound>

Segurança do .NET Framework

Consulte também

Referência

ISqlStatistic Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel