Share via


ISql100EventSessionTarget.GetParameterSettingsRelationship Method

Returns an IModelMultiRelationship between this and the ISql100EventSessionSetting.

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

Syntax

'Declaration
Function GetParameterSettingsRelationship As IModelMultiRelationship(Of ISql100EventSessionTarget, ISql100EventSessionSetting)
IModelMultiRelationship<ISql100EventSessionTarget, ISql100EventSessionSetting> GetParameterSettingsRelationship()
IModelMultiRelationship<ISql100EventSessionTarget^, ISql100EventSessionSetting^>^ GetParameterSettingsRelationship()
abstract GetParameterSettingsRelationship : unit -> IModelMultiRelationship<ISql100EventSessionTarget, ISql100EventSessionSetting> 
function GetParameterSettingsRelationship() : IModelMultiRelationship<ISql100EventSessionTarget, ISql100EventSessionSetting>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql100EventSessionTarget, ISql100EventSessionSetting>

.NET Framework Security

See Also

Reference

ISql100EventSessionTarget Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace