Compartilhar via


Propriedade do RDL AdomdParameter.IsNullable

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Property IsNullable As Boolean 
    Get 
    Set
'Uso
Dim instance As AdomdParameter 
Dim value As Boolean 

value = instance.IsNullable

instance.IsNullable = value
public bool IsNullable { get; set; }
public:
virtual property bool IsNullable {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsNullable : bool with get, set 
override IsNullable : bool with get, set
final function get IsNullable () : boolean 
final function set IsNullable (value : boolean)

Valor da propriedade

Tipo: System.Boolean
A false value indicating that the parameter accepts nulluma referência nula (Nothing no Visual Basic).

Implementa

IDataParameter.IsNullable

Exceções

Exceção Condição
System.NotSupportedException

The property is set.

Comentários

Always returns false.

Consulte também

Referência

AdomdParameter Classe

Namespace Microsoft.AnalysisServices.AdomdClient