Compartir a través de


IVsDataParameterDescriptor.IsNullable (Propiedad)

Obtiene un valor que indica si este parámetro de datos puede contener un valor de nullreferencia null (Nothing en Visual Basic) .

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property IsNullable As Boolean
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean

Valor de propiedad

Tipo: System.Boolean
true si este parámetro de datos puede contener un valor de nullreferencia null (Nothing en Visual Basic) ; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataParameterDescriptor Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)