Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the parameter accepts nullein NULL-Verweis (Nothing in Visual Basic) values. Always returns false.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Property IsNullable As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
A false value indicating that the parameter accepts nullein NULL-Verweis (Nothing in Visual Basic).
Implementiert
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| System.NotSupportedException | The property is set. |
Hinweise
Always returns false.