Generator.Nullable プロパティ

この列を nullnull 参照 (Visual Basic では Nothing) に設定できるかどうかを示す値を取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.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)

プロパティ値

型 : System.Boolean
この列を nullnull 参照 (Visual Basic では Nothing) に設定できる場合は true。それ以外の場合は false。

解説

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

参照

参照

Generator クラス

Generator メンバ

Microsoft.Data.Schema.DataGenerator 名前空間