ISql90DdlTrigger.GetEventGroupRelationship Method
Gets an event group relationship.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetEventGroupRelationship As IModelMultiRelationship(Of ISql90DdlTrigger, ISql90EventGroupSpecifier)
'Usage
Dim instance As ISql90DdlTrigger
Dim returnValue As IModelMultiRelationship(Of ISql90DdlTrigger, ISql90EventGroupSpecifier)
returnValue = instance.GetEventGroupRelationship()
IModelMultiRelationship<ISql90DdlTrigger, ISql90EventGroupSpecifier> GetEventGroupRelationship()
IModelMultiRelationship<ISql90DdlTrigger^, ISql90EventGroupSpecifier^>^ GetEventGroupRelationship()
function GetEventGroupRelationship() : IModelMultiRelationship<ISql90DdlTrigger, ISql90EventGroupSpecifier>
abstract GetEventGroupRelationship : unit -> IModelMultiRelationship<ISql90DdlTrigger, ISql90EventGroupSpecifier>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90DdlTrigger, ISql90EventGroupSpecifier>
Returns a IModelMultiRelationship<TRelating, TRelated> collection.
.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.