共用方式為


IField.Type 屬性

Gets the native type of the field.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
ReadOnly Property Type As Type 
    Get
'用途
Dim instance As IField 
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 field.

請參閱

參考

IField 介面

Microsoft.SqlServer.XEvent 命名空間