DataColumnDefinitionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| DataColumnDefinitionType(String) |
Initializes a new instance of DataColumnDefinitionType. |
Properties
| Name | Description |
|---|---|
| Boolean |
boolean. |
| Datetime |
datetime. |
| Dynamic |
dynamic. |
| Int |
int. |
| Long |
long. |
| Real |
real. |
| String |
string. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |