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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsDataParameterDescriptor Interfaz
Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)