ObjectType Struct

Definition

An enumeration of type of objects.

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

Constructors

ObjectType(String)

Initializes a new instance of ObjectType.

Properties

Function

Function.

StoredProcedures

StoredProcedures.

Table

Table.

User

User.

View

View.

Methods

Equals(ObjectType)

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

Determines if two ObjectType values are the same.

Implicit(String to ObjectType)

Converts a string to a ObjectType.

Inequality(ObjectType, ObjectType)

Determines if two ObjectType values are not the same.

Applies to