ISqlStatisticBound.GetStatisticsRelationship Method

Gets statistic relationships.

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

Syntax

'Declaration
Function GetStatisticsRelationship As IModelReverseMultiRelationship(Of ISqlStatisticBound, ISqlStatistic)
'Usage
Dim instance As ISqlStatisticBound
Dim returnValue As IModelReverseMultiRelationship(Of ISqlStatisticBound, ISqlStatistic)

returnValue = instance.GetStatisticsRelationship()
IModelReverseMultiRelationship<ISqlStatisticBound, ISqlStatistic> GetStatisticsRelationship()
IModelReverseMultiRelationship<ISqlStatisticBound^, ISqlStatistic^>^ GetStatisticsRelationship()
function GetStatisticsRelationship() : IModelReverseMultiRelationship<ISqlStatisticBound, ISqlStatistic>
abstract GetStatisticsRelationship : unit -> IModelReverseMultiRelationship<ISqlStatisticBound, ISqlStatistic> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlStatisticBound, ISqlStatistic>
Returns a IModelReverseMultiRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISqlStatisticBound Interface

ISqlStatisticBound Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace