次の方法で共有


Generator.PercentageNull プロパティ

この列の生成値をユーザーが nullnull 参照 (Visual Basic では Nothing) に設定する割合を取得または設定します。 この割合は、0 から 100 までの整数値で表されます。

名前空間:  Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ:  Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)

構文

'宣言
<InputAttribute(AutoAssignedInput := AutoAssignedInput.PercentageNull, Visible := True,  _
    ReadOnly := False)> _
Public Property PercentageNull As Integer
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.PercentageNull, Visible = true, 
    ReadOnly = false)]
public int PercentageNull { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::PercentageNull, Visible = true, 
    ReadOnly = false)]
public:
property int PercentageNull {
    int get ();
    void set (int value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.PercentageNull, Visible = true, 
    ReadOnly = false)>]
member PercentageNull : int with get, set
function get PercentageNull () : int
function set PercentageNull (value : int)

プロパティ値

型: System.Int32
生成する null 値の割合を格納する int。

解説

このプロパティは、名前付きパラメーターの InputAttributeAutoAssignedInput によって修飾されます。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

Generator クラス

Microsoft.Data.Schema.Tools.DataGenerator 名前空間

InputAttribute

AutoAssignedInput