この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets a value that indicates whether the parameter accepts null values.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public ReadOnly Property IsNullable As Boolean
Get
'使用
Dim instance As BusinessLogicParameter
Dim value As Boolean
value = instance.IsNullable
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
bool get () sealed;
}
abstract IsNullable : bool
override IsNullable : bool
final function get IsNullable () : boolean
プロパティ値
型: System.Boolean
true if null values are accepted; otherwise, false.