Método DatabaseTaskHost.InternalGetAllProperties
Retorna a lista real de propriedades para essa fonte.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
O valor de enumeração de origem da propriedade.
Valor de retorno
Tipo: System.Collections.Generic.IDictionary<String, Object>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.