Partilhar via


Propriedade do RDL IsNull

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsNull As Boolean
    Get
'Uso
Dim instance As SfcProperty
Dim value As Boolean

value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
    bool get () sealed;
}
abstract IsNull : bool
override IsNull : bool
final function get IsNull () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the property collection is null; otherwise, false.

Implementa

ISfcProperty. . :: . .IsNull