Proprietà AdomdParameter.IsNullable
Gets a value indicating whether the parameter accepts nullriferimento Null (Nothing in Visual Basic). values.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsNullable As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the parameter accepts nullriferimento Null (Nothing in Visual Basic). values; otherwise, false. Always returns false.
Eccezioni
Eccezione | Condizione |
---|---|
[NotSupportedException] | The property is set. For more information about this exception, see NotSupportedException Class. |
Osservazioni
Always returns false.