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.