Interface IField
Exposes common event field properties.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Interface IField
'Utilisation
Dim instance As IField
public interface IField
public interface class IField
type IField = interface end
public interface IField
Le type IField expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page