Generator.Constraints プロパティ
列の CHECK 制約情報を取得または設定します。
名前空間: Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Constraint, ReadOnly := True, _
Visible := False)> _
Public Property Constraints As Collection(Of String)
Get
Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Constraint, ReadOnly = true,
Visible = false)]
public Collection<string> Constraints { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Constraint, ReadOnly = true,
Visible = false)]
public:
property Collection<String^>^ Constraints {
Collection<String^>^ get ();
void set (Collection<String^>^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Constraint, ReadOnly = true,
Visible = false)>]
member Constraints : Collection<string> with get, set
function get Constraints () : Collection<String>
function set Constraints (value : Collection<String>)
プロパティ値
型: System.Collections.ObjectModel.Collection<String>
列に定義された CHECK 制約を保持する文字列のコレクションです。
解説
このプロパティは、名前付きパラメーターの InputAttribute と AutoAssignedInput によって修飾されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。