AdomdParameter.IsNullable Propiedad
Obtiene un valor que indica si el parámetro acepta valores nulluna referencia NULL (Nothing en Visual Basic)..
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: Boolean
Es true si el parámetro acepta valores nulluna referencia NULL (Nothing en Visual Basic).; de lo contrario, es false.Siempre devuelve false.
Excepciones
Excepción | Condición |
---|---|
[NotSupportedException] | Se establece la propiedad. Para obtener más información acerca de esta excepción, vea NotSupportedException Class. |
Comentarios
Siempre devuelve false.