Share via


ISql100Statistic.GetExpressionDependenciesRelationship Method

Returns an IModelMultiRelationship between this and the associated IModelElement.

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

Syntax

'Declaration
Function GetExpressionDependenciesRelationship As IModelMultiRelationship(Of ISql100Statistic, IModelElement)
IModelMultiRelationship<ISql100Statistic, IModelElement> GetExpressionDependenciesRelationship()
IModelMultiRelationship<ISql100Statistic^, IModelElement^>^ GetExpressionDependenciesRelationship()
abstract GetExpressionDependenciesRelationship : unit -> IModelMultiRelationship<ISql100Statistic, IModelElement> 
function GetExpressionDependenciesRelationship() : IModelMultiRelationship<ISql100Statistic, IModelElement>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql100Statistic, IModelElement>

.NET Framework Security

See Also

Reference

ISql100Statistic Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace