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