Partilhar via


Propriedade do RDL IsNullable

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

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

Implementa

IDataParameter. . :: . .IsNullable