Właściwość AdomdParameter.IsNullable
Pobiera wartość wskazującą, czy akceptuje parametr nullodwołanie o wartości null (Nothing w języku Visual Basic) wartości.Zawsze zwraca false.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Property IsNullable As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Implementacje
Uwagi
Zawsze zwraca false.