Gets the type of the event field.
命名空间: Microsoft.SqlServer.XEvent
程序集: Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)
语法
声明
ReadOnly Property Type As Type
Get
用法
Dim instance As IEventFieldMetadata
Dim value As Type
value = instance.Type
Type Type { get; }
property Type^ Type {
Type^ get ();
}
abstract Type : Type
function get Type () : Type
属性值
类型:System.Type
The type of the event field.