Generator.Nullable 属性

获取或设置一个值,指示是否可将此列设置为 nullnull 引用(在 Visual Basic 中为 Nothing)。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Nullable, Visible := False)> _
Public Property Nullable As Boolean
    Get
    Set
[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);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Nullable, Visible = false)>]
member Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)

属性值

类型:System.Boolean
如果可将此列设置为 nullnull 引用(在 Visual Basic 中为 Nothing),则为 true;否则为 false。

备注

InputAttributeAutoAssignedInput 命名参数对该属性进行了修饰。

.NET Framework 安全性

请参见

参考

Generator 类

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

InputAttribute

AutoAssignedInput