更新:2007 年 11 月
取得或設定值,指出此資料行是否可設定為 NULL。
命名空間: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
組件: Microsoft.VisualStudio.TeamSystem.Data (在 Microsoft.VisualStudio.TeamSystem.Data.dll 中)
語法
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Nullable, Visible := False)> _
Public Property Nullable As Boolean
Dim instance As Generator
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Nullable, Visible = false)]
public bool Nullable { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Nullable, Visible = false)]
public:
property bool Nullable {
bool get ();
void set (bool value);
}
public function get Nullable () : boolean
public function set Nullable (value : boolean)
屬性值
true 表示這個資料行可設為 nullNull 參照 (即 Visual Basic 中的 Nothing),否則為 false。
備註
這個屬性會以 InputAttribute 和 AutoAssignedInput 具名參數來裝飾。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空間