共用方式為


DataColumnDefinitionType Struct

Definition

The type of the column data.

public readonly struct DataColumnDefinitionType : IEquatable<Azure.ResourceManager.Monitor.Models.DataColumnDefinitionType>
type DataColumnDefinitionType = struct
Public Structure DataColumnDefinitionType
Implements IEquatable(Of DataColumnDefinitionType)
Inheritance
DataColumnDefinitionType
Implements

Constructors

DataColumnDefinitionType(String)

Initializes a new instance of DataColumnDefinitionType.

Properties

Boolean

boolean.

Datetime

datetime.

Dynamic

dynamic.

Int

int.

Long

long.

Real

real.

String

string.

Methods

Equals(DataColumnDefinitionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DataColumnDefinitionType, DataColumnDefinitionType)

Determines if two DataColumnDefinitionType values are the same.

Implicit(String to DataColumnDefinitionType)

Converts a string to a DataColumnDefinitionType.

Inequality(DataColumnDefinitionType, DataColumnDefinitionType)

Determines if two DataColumnDefinitionType values are not the same.

Applies to