取得或設定使用者希望此資料行之產生值為 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 值百分比。
備註
這個屬性會以 InputAttribute 和 AutoAssignedInput 具名參數來裝飾。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。