Partager via


Propriété AdomdParameter.IsNullable

Gets a value indicating whether the parameter accepts nullune référence Null (Nothing dans Visual Basic) values.

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 : System.Boolean
true if the parameter accepts nullune référence Null (Nothing dans Visual Basic) values; otherwise, false. Always returns false.

Exceptions

Exception Condition
[NotSupportedException]

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

Notes

Always returns false.

Voir aussi

Référence

AdomdParameter Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer