Freigeben über


PublishedAction.Type-Eigenschaft

Gets the value of the field in its native format.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public ReadOnly Property Type As Type 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Type
The value of the field in its native format.

Implementiert

IField.Type

Siehe auch

Verweis

PublishedAction Klasse

Microsoft.SqlServer.XEvent.Linq-Namespace