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.