Compartir a través de


DatabaseTaskHost.GetAllProperties (Método)

Devuelve todas las propiedades para un origen determinado.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)