Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value indicating whether this data parameter can contain a nulla null reference (Nothing in Visual Basic) value.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaración
ReadOnly Property IsNullable As Boolean
Get
bool IsNullable { get; }
property bool IsNullable {
bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean
Property Value
Type: System.Boolean
true if this data parameter can contain a nulla null reference (Nothing in Visual Basic) value; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataParameterDescriptor Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace