Partager via


AdomdParameter.IsNullable Property

Gets a value indicating whether the parameter accepts null values. Always returns false.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
/** @property */
public final boolean get_IsNullable ()
public final function get IsNullable () : boolean

Exceptions

Type d'exception Condition
NotSupportedException

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

Notes

Always returns false.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdParameter Class
AdomdParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace