ISql90EventGroupSpecifier.EventGroup Property
Gets or sets the event group.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EventGroup As SqlEventGroup
SqlEventGroup EventGroup { get; set; }
property SqlEventGroup EventGroup {
SqlEventGroup get ();
void set (SqlEventGroup value);
}
abstract EventGroup : SqlEventGroup with get, set
function get EventGroup () : SqlEventGroup
function set EventGroup (value : SqlEventGroup)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlEventGroup
.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.