Compartilhar via


Método DatabaseTaskHost.GetProperty

Retorna o valor atual para uma propriedade.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Protected Function GetProperty ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As Object
protected Object GetProperty(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
protected:
Object^ GetProperty(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
)
member GetProperty : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> Object 
protected function GetProperty(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object

Segurança do .NET Framework

Consulte também

Referência

DatabaseTaskHost Classe

Namespace Microsoft.Data.Schema.Build