共用方式為


OperationalInsightsColumnType Struct

Definition

Column data type.

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

Constructors

OperationalInsightsColumnType(String)

Initializes a new instance of OperationalInsightsColumnType.

Properties

Boolean

boolean.

DateTime

dateTime.

Dynamic

dynamic.

Guid

guid.

Int

int.

Long

long.

Real

real.

String

string.

Methods

Equals(OperationalInsightsColumnType)

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(OperationalInsightsColumnType, OperationalInsightsColumnType)

Determines if two OperationalInsightsColumnType values are the same.

Implicit(String to OperationalInsightsColumnType)

Converts a string to a OperationalInsightsColumnType.

Inequality(OperationalInsightsColumnType, OperationalInsightsColumnType)

Determines if two OperationalInsightsColumnType values are not the same.

Applies to