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
- source
Tipo: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Valor de enumeración del origen de la propiedad.
Valor devuelto
Tipo: System.Collections.Generic.IDictionary<String, Object>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.