PublishedEvent.FieldList 类

Exposes an enumerator over the event fields.

继承层次结构

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList

命名空间:  Microsoft.SqlServer.XEvent.Linq
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
Public Class FieldList _
    Implements IEnumerable
用法
Dim instance As PublishedEvent.FieldList
public class FieldList : IEnumerable
public ref class FieldList : IEnumerable
type FieldList =  
    class 
        interface IEnumerable 
    end
public class FieldList implements IEnumerable

PublishedEvent.FieldList 类型公开以下成员。

属性

  名称 说明
公共属性 Count Gets the number of fields associated with the event.
公共属性 Item[Int32] Gets a field by ordinal from the fields collection.
公共属性 Item[String] Gets a field by name from the fields collection.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 TryGetValue Gets the value associated with the specified key.

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEnumerable.GetEnumerator Gets an enumerator over the fields.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.XEvent.Linq 命名空间