ISql100EventSession.Definitions 属性

获取事件会话中的事件定义列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Definitions As IList(Of ISql100EventSessionDefinitions)
    Get
IList<ISql100EventSessionDefinitions> Definitions { get; }
property IList<ISql100EventSessionDefinitions^>^ Definitions {
    IList<ISql100EventSessionDefinitions^>^ get ();
}
abstract Definitions : IList<ISql100EventSessionDefinitions>
function get Definitions () : IList<ISql100EventSessionDefinitions>

属性值

类型:System.Collections.Generic.IList<ISql100EventSessionDefinitions>

.NET Framework 安全性

请参见

参考

ISql100EventSession 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间