次の方法で共有


ProjectSourcePlatform 構造体

定義

プロジェクトのソース プラットフォーム。

public readonly struct ProjectSourcePlatform : IEquatable<Azure.ResourceManager.DataMigration.Models.ProjectSourcePlatform>
type ProjectSourcePlatform = struct
Public Structure ProjectSourcePlatform
Implements IEquatable(Of ProjectSourcePlatform)
継承
ProjectSourcePlatform
実装

コンストラクター

ProjectSourcePlatform(String)

ProjectSourcePlatform の新しいインスタンスを初期化します。

プロパティ

MongoDB

Mongodb。

MySql

Mysql。

PostgreSql

Postgresql。

Sql

SQL。

Unknown

不明。

メソッド

Equals(ProjectSourcePlatform)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ProjectSourcePlatform, ProjectSourcePlatform)

2 つの ProjectSourcePlatform 値が同じかどうかを判断します。

Implicit(String to ProjectSourcePlatform)

文字列を ProjectSourcePlatform に変換します。

Inequality(ProjectSourcePlatform, ProjectSourcePlatform)

2 つの ProjectSourcePlatform 値が同じでないかどうかを判断します。

適用対象