Generator.PercentageNull プロパティ

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

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

構文

'宣言
<InputAttribute(AutoAssignedInput := AutoAssignedInput.PercentageNull, Visible := True,  _
    ReadOnly := False)> _
Public Property PercentageNull As Integer
'使用
Dim instance As Generator
Dim value As Integer

value = instance.PercentageNull

instance.PercentageNull = value
[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);
}
public function get PercentageNull () : int
public function set PercentageNull (value : int)

プロパティ値

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

解説

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

参照

参照

Generator クラス

Generator メンバ

Microsoft.Data.Schema.DataGenerator 名前空間