PublishedEvent.Fields 属性

Gets a list of fields containing the data of the published event.

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

语法

声明
Public ReadOnly Property Fields As PublishedEvent.FieldList 
    Get
用法
Dim instance As PublishedEvent 
Dim value As PublishedEvent.FieldList 

value = instance.Fields
public PublishedEvent.FieldList Fields { get; }
public:
property PublishedEvent.FieldList^ Fields {
    PublishedEvent.FieldList^ get ();
}
member Fields : PublishedEvent.FieldList
function get Fields () : PublishedEvent.FieldList

属性值

类型:Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
A list of fields containing the data of the published event.

请参阅

参考

PublishedEvent 类

Microsoft.SqlServer.XEvent.Linq 命名空间