Gets the value of the field in its native format.
네임스페이스: Microsoft.SqlServer.XEvent.Linq
어셈블리: Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)
구문
‘선언
Public ReadOnly Property Type As Type
Get
‘사용 방법
Dim instance As PublishedAction
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 value of the field in its native format.