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
- 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.