Поделиться через


DatabaseTaskHost.GetAllProperties - метод

Возвращает все свойства указанного источника.

Пространство имен:  Microsoft.Data.Schema.Build
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IDictionary<String, Object>

Безопасность платформы .NET Framework

См. также

Ссылки

DatabaseTaskHost Класс

Microsoft.Data.Schema.Build - пространство имен