Partager via


Propriété AdomdParameter.IsNullable

Obtient une valeur qui indique si le paramètre accepte des valeurs Null.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNullable As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : Boolean
True si le paramètre accepte les valeurs Null ; sinon, False.Retourne toujours false.

Exceptions

Exception Condition
[NotSupportedException]

La propriété est définie. Pour plus d'informations sur cette exception, consultez NotSupportedException Class.

Notes

Retourne toujours false.

Voir aussi

Référence

AdomdParameter Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer