Partilhar via


Propriedade do RDL BusinessLogicParameter.IsNullable

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a value that indicates whether the parameter accepts null values.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsNullable As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if null values are accepted; otherwise, false.

Implementa

IDataParameter.IsNullable

Consulte também

Referência

BusinessLogicParameter Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport