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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)
.gif)
.gif)