Поделиться через


ISql100EventSession.GetTargetsRelationship Method

Returns an IModelMultiRelationship between this and the ISql100EventSessionTarget.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace