BusinessLogicParameter.IsNullable 属性

此 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.

实现

IDataParameter.IsNullable

请参阅

参考

BusinessLogicParameter 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间