Compartir a través de


DatabaseTaskHost.InternalGetAllProperties (Método)

Devuelve la lista real de propiedades para ese origen.

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

Sintaxis

'Declaración
Protected Function InternalGetAllProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IDictionary(Of String, Object)
protected IDictionary<string, Object> InternalGetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
protected:
IDictionary<String^, Object^>^ InternalGetAllProperties(
    DatabaseTaskHost..::..PropertySource source
)
member InternalGetAllProperties : 
        source:DatabaseTaskHost..::..PropertySource -> IDictionary<string, Object> 
protected function InternalGetAllProperties(
    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)