PublishedEventField.Type 属性

Gets the native type of the field.

命名空间:  Microsoft.SqlServer.XEvent.Linq
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
Public ReadOnly Property Type As Type 
    Get
用法
Dim instance As PublishedEventField 
Dim value As Type 

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type 
override Type : Type
final function get Type () : Type

属性值

类型:System.Type
The native type of the field.

实现

IField.Type

请参阅

参考

PublishedEventField 类

Microsoft.SqlServer.XEvent.Linq 命名空间