共用方式為


IVsDataParameterDescriptor.IsNullable 屬性

取得表示資料參數是否可以包含 nullNull 參照 (即 Visual Basic 中的 Nothing) 值。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property IsNullable As Boolean
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean

屬性值

型別:System.Boolean
true ,則資料參數可以包含 nullNull 參照 (即 Visual Basic 中的 Nothing) 值;否則, false。

.NET Framework 安全性

請參閱

參考

IVsDataParameterDescriptor 介面

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間