AutoAssignedInput 列挙体
基本データ ジェネレーターに対する入力プロパティの種類を指定します。
名前空間: Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
<CLSCompliantAttribute(True)> _
Public Enumeration AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum AutoAssignedInput
[CLSCompliantAttribute(true)]
public enum class AutoAssignedInput
[<CLSCompliantAttribute(true)>]
type AutoAssignedInput
public enum AutoAssignedInput
メンバー
メンバー名 | 説明 | |
---|---|---|
None | 入力属性が割り当てられるプロパティは、自動的に割り当てられるプロパティではなく、通常の入力プロパティです。 | |
Seed | シード プロパティ。 | |
TargetType | 対象の型プロパティ。 | |
RowsToInsert | 挿入行プロパティ。 | |
Unique | 一意プロパティ。 | |
MaxLength | 最大長プロパティ。 | |
Collation | 照合順序プロパティ。 | |
DefaultLocaleId | 既定ロケール ID プロパティ。 | |
PercentageNull | Null の割合プロパティ。 | |
Nullable | NULL 許容プロパティ。 | |
Constraint | 制約プロパティ。 | |
Precision | 精度プロパティ。 | |
Scale | Scale プロパティ。 | |
DefaultValue | 既定値プロパティ。 | |
SchemaName | スキーマ名プロパティ。 | |
TableName | テーブル名プロパティ。 | |
ColumnName | 列名プロパティ。 | |
OutputKey | 出力キー プロパティ。 | |
Column | 列 ID プロパティ。 |
解説
自動的に割り当てられた値を持つプロパティを識別するため、この列挙体の値は InputAttribute クラスの AutoAssignedInput プロパティに割り当てられます。 データ生成の詳細については、「方法 : データ生成計画を作成する」を参照してください。
参照
参照
Microsoft.Data.Schema.Tools.DataGenerator 名前空間