Compartilhar via


Método DatabaseTaskHost.GetAllProperties

Retorna todas as propriedades de uma determinada fonte.

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

Sintaxe

'Declaração
Public Function GetAllProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IDictionary(Of String, Object)
public IDictionary<string, Object> GetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
public:
IDictionary<String^, Object^>^ GetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
member GetAllProperties : 
        source:DatabaseTaskHost..::..PropertySource -> IDictionary<string, Object> 
public function GetAllProperties(
    source : DatabaseTaskHost..::..PropertySource
) : IDictionary<String, Object>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IDictionary<String, Object>

Segurança do .NET Framework

Consulte também

Referência

DatabaseTaskHost Classe

Namespace Microsoft.Data.Schema.Build