Partilhar via


Método IDatabaseProjectPropertiesContainer.GetPropertyAsBoolean

Retorna o valor de uma propriedade do catálogo ou o servidor como um Boolean.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Function GetPropertyAsBoolean ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource, _
    defaultValue As Boolean _
) As Boolean
bool GetPropertyAsBoolean(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source,
    bool defaultValue
)
bool GetPropertyAsBoolean(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source, 
    bool defaultValue
)
abstract GetPropertyAsBoolean : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource * 
        defaultValue:bool -> bool 
function GetPropertyAsBoolean(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource, 
    defaultValue : boolean
) : boolean

Parâmetros

  • defaultValue
    Tipo: System.Boolean
    O valor padrão, se a propriedade não está definida.

Valor de retorno

Tipo: System.Boolean
true Se a propriedade foi recuperada.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectPropertiesContainer Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project