Compartilhar via


Propriedade do RDL IsNullable

Gets a value indicating whether the parameter accepts nullNothingnullptrunituma referência nula (Nothing no Visual Basic) values. Always returns false.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

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

Exceções

Exceção Condição
[NotSupportedException]

The property is set. For more information about this exception, see NotSupportedException Class.

Comentários

Always returns false.