PublishedEventField.Type Property

Definition

Gets the native type of the field.

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

Property Value

The native type of the field.

Implements

Microsoft.SqlServer.XEvent.IField.Type

Applies to