IsNullable Propiedad
Gets a value indicating whether the parameter accepts nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). values. Always returns false.
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
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