AdoDotNetParameter.GetIsNullableImpl 方法
擷取這個參數表示布林值可以是 nullNull 參照 (即 Visual Basic 中的 Nothing)。
命名空間: Microsoft.VisualStudio.Data.AdoDotNet
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)
語法
'宣告
Protected Overrides Function GetIsNullableImpl As Boolean
protected override bool GetIsNullableImpl()
protected:
virtual bool GetIsNullableImpl() override
abstract GetIsNullableImpl : unit -> bool
override GetIsNullableImpl : unit -> bool
protected override function GetIsNullableImpl() : boolean
傳回值
型別:System.Boolean
如果這個參數可以具有 nullNull 參照 (即 Visual Basic 中的 Nothing) 值,傳回 true ;否則會傳回 false。
備註
這個方法是由 IsNullable 屬性的實作會呼叫。
這個方法的基底實作會傳回 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。