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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。