Compartir a través de


AdomdParameter.IsNullable Propiedad

Gets a value indicating whether the parameter accepts nulles una referencia NULL (Nothing en Visual Basic). values.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNullable As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the parameter accepts nulles una referencia NULL (Nothing en Visual Basic). values; otherwise, false. Always returns false.

Excepciones

Excepción Condición
[NotSupportedException]

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

Comentarios

Always returns false.

Vea también

Referencia

AdomdParameter Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer