パブリッシュされたイベントのデータを格納するフィールドの一覧を取得します。
名前空間: 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
パブリッシュされたイベントのデータを格納するフィールドの一覧です。