ISqlStatistic.GetSubjectRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlStatisticBound.

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

Syntax

'Declaration
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>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace