Compartilhar via


Propriedade do RDL AdomdParameter.IsNullable

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

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
true if the parameter accepts nulluma referência nula (Nothing no Visual Basic) values; otherwise, false. Always returns false.

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.

Consulte também

Referência

AdomdParameter Classe

Namespace Microsoft.AnalysisServices.AdomdServer