AdomdParameter.IsNullable Property
Gets a value indicating whether the parameter accepts null values. Always returns false.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
bool get () sealed;
}
/** @property */
public final boolean get_IsNullable ()
public final function get IsNullable () : boolean
Excepciones
Tipo de excepción | Condición |
---|---|
NotSupportedException | The property is set. For more information about this exception, see NotSupportedException Class. |
Notas
Always returns false.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
AdomdParameter Class
AdomdParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace