共用方式為


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
int ,包含要產生的 null 值百分比。

備註

這個屬性會以 InputAttributeAutoAssignedInput 具名參數來裝飾。

.NET Framework 安全性

請參閱

參考

Generator 類別

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

InputAttribute

AutoAssignedInput