DataMigrationDatabaseObjectType 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.
An enumeration of type of objects.
public readonly struct DataMigrationDatabaseObjectType : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationDatabaseObjectType>
type DataMigrationDatabaseObjectType = struct
Public Structure DataMigrationDatabaseObjectType
Implements IEquatable(Of DataMigrationDatabaseObjectType)
- Inheritance
-
DataMigrationDatabaseObjectType
- Implements
Constructors
| Name | Description |
|---|---|
| DataMigrationDatabaseObjectType(String) |
Initializes a new instance of DataMigrationDatabaseObjectType. |
Properties
| Name | Description |
|---|---|
| Function |
Function. |
| StoredProcedures |
StoredProcedures. |
| Table |
Table. |
| User |
User. |
| View |
View. |
Methods
| Name | Description |
|---|---|
| Equals(DataMigrationDatabaseObjectType) |
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(DataMigrationDatabaseObjectType, DataMigrationDatabaseObjectType) |
Determines if two DataMigrationDatabaseObjectType values are the same. |
| Implicit(String to DataMigrationDatabaseObjectType) |
Converts a String to a DataMigrationDatabaseObjectType. |
| Inequality(DataMigrationDatabaseObjectType, DataMigrationDatabaseObjectType) |
Determines if two DataMigrationDatabaseObjectType values are not the same. |