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


ISql100EventSession.GetDefinitionsRelationship Method

Returns an IModelMultiRelationship between this and the ISql100EventSessionDefinitions.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace