Proprietà AdomdParameter.IsNullable

Gets a value indicating whether the parameter accepts nullriferimento Null (Nothing in Visual Basic). values. Always returns false.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Property IsNullable As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A false value indicating that the parameter accepts nullriferimento Null (Nothing in Visual Basic)..

Implementa

IDataParameter.IsNullable

Eccezioni

Eccezione Condizione
System.NotSupportedException

The property is set.

Osservazioni

Always returns false.

Vedere anche

Riferimento

AdomdParameter Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient