IEventFieldMetadata.Type 속성

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.

참고 항목

참조

IEventFieldMetadata 인터페이스

Microsoft.SqlServer.XEvent 네임스페이스