ModelBuilder.UpdateObjects, méthode
Met à jour les objets ajoutés précédemment avec l'identificateur de cache.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public MustOverride Sub UpdateObjects ( _
cacheIdentifier As String, _
script As TextReader, _
metadata As IDictionary(Of String, String) _
)
public abstract void UpdateObjects(
string cacheIdentifier,
TextReader script,
IDictionary<string, string> metadata
)
public:
virtual void UpdateObjects(
String^ cacheIdentifier,
TextReader^ script,
IDictionary<String^, String^>^ metadata
) abstract
abstract UpdateObjects :
cacheIdentifier:string *
script:TextReader *
metadata:IDictionary<string, string> -> unit
public abstract function UpdateObjects(
cacheIdentifier : String,
script : TextReader,
metadata : IDictionary<String, String>
)
Paramètres
- cacheIdentifier
Type : System.String
Identificateur de cache.
- script
Type : System.IO.TextReader
Script.
- metadata
Type : System.Collections.Generic.IDictionary<String, String>
Métadonnées qui peuvent être utilisées pour le traitement du script.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.