Partager via


AdomdParameter.IsNullable Property

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

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

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

/** @property */
public void set_IsNullable (boolean value)
public final function get IsNullable () : boolean

public function set IsNullable (value : boolean)

Exceptions

Type d'exception Condition
System.NotSupportedException

The property is set.

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.AdomdClient Namespace