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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.