Интерфейс IField
Exposes common event field properties.
Пространство имен: Microsoft.SqlServer.XEvent
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
Public Interface IField
'Применение
Dim instance As IField
public interface IField
public interface class IField
type IField = interface end
public interface IField
Тип IField обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Name | Gets the name of the field. |
![]() |
Type | Gets the native type of the field. |
![]() |
Value | Gets the value of the field in its native format. |
В начало