Propriedade do RDL IsNullable
Gets a value indicating whether the parameter accepts nullNothingnullptrunituma referência nula (Nothing no Visual Basic) values. Always returns false.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
Implementa
Comentários
Always returns false.