Condividi tramite


Proprietà PublishedAction.Type

Gets the value of the field in its native format.

Spazio dei nomi  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As Type 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IField.Type

Vedere anche

Riferimento

PublishedAction Classe

Spazio dei nomi Microsoft.SqlServer.XEvent.Linq