对事件会话的事件定义建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql100EventSessionDefinitions _
    Inherits ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,  _
    IModelEntity, IModelAnnotationHolder
public interface ISql100EventSessionDefinitions : ISqlModelElement, 
    IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100EventSessionDefinitions : ISqlModelElement, 
    IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql100EventSessionDefinitions =  
    interface
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql100EventSessionDefinitions extends ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql100EventSessionDefinitions 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Actions | 获取要与此事件关联的操作列表。 | 
| .gif) | AttributeSettings | 获取要为事件设置的自定义特性列表。 | 
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | EventModuleGuid | 获取或设置事件模块的 GUID。 | 
| .gif) | EventName | 获取或设置此事件的名称。 | 
| .gif) | EventPackageName | 获取或设置此事件的包名称。 | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | Parent | 获取此会话定义的父级。 | 
| .gif) | PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
| .gif) | WhereExpression | 获取或设置 WHERE 表达式。 | 
页首
方法
页首
.gif)