SqlModelBuilder.UpdateObjects - метод
Обновляет объекты в модели.
Пространство имен: Microsoft.Data.Schema.Sql.SchemaModel
Сборка: Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)
Синтаксис
'Декларация
Public Overrides Sub UpdateObjects ( _
cacheIdentifier As String, _
script As TextReader, _
metadata As IDictionary(Of String, String) _
)
public override void UpdateObjects(
string cacheIdentifier,
TextReader script,
IDictionary<string, string> metadata
)
public:
virtual void UpdateObjects(
String^ cacheIdentifier,
TextReader^ script,
IDictionary<String^, String^>^ metadata
) override
abstract UpdateObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
override UpdateObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
public override function UpdateObjects(
cacheIdentifier : String,
script : TextReader,
metadata : IDictionary<String, String>
)
Параметры
- cacheIdentifier
Тип: System.String
Идентификатор кэша.
- script
Тип: System.IO.TextReader
Скрипт.
- metadata
Тип: System.Collections.Generic.IDictionary<String, String>
Метаданные, которые будут использоваться при обработке скрипта.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.