AdomdParameter.IsNullable Propiedad
Gets a value indicating whether the parameter accepts nulles una referencia NULL (Nothing en Visual Basic). values. Always returns false.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Property IsNullable As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
A false value indicating that the parameter accepts nulles una referencia NULL (Nothing en Visual Basic)..
Implementa
Excepciones
Excepción | Condición |
---|---|
System.NotSupportedException | The property is set. |
Comentarios
Always returns false.