Compartilhar via


Propriedade IVsDataParameterDescriptor.IsNullable

Obtém um valor indicando se este parâmetro de dados pode conter um valor de nulluma referência nula (Nothing no Visual Basic) .

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property IsNullable As Boolean
bool IsNullable { get; }
property bool IsNullable {
    bool get ();
}
abstract IsNullable : bool
function get IsNullable () : boolean

Valor de propriedade

Tipo: System.Boolean
true se este parâmetro de dados pode conter um valor de nulluma referência nula (Nothing no Visual Basic) ; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataParameterDescriptor Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities