SchemaCompareScriptService.CreateSchemaDeployment, méthode
En cas de substitution dans une classe dérivée, retourne un objet SchemaDeployment.
Espace de noms : Microsoft.Data.Schema.Tools.Compare.Schema
Assembly : Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)
Syntaxe
'Déclaration
Protected Overridable Function CreateSchemaDeployment As SchemaDeployment
protected virtual SchemaDeployment CreateSchemaDeployment()
protected:
virtual SchemaDeployment^ CreateSchemaDeployment()
abstract CreateSchemaDeployment : unit -> SchemaDeployment
override CreateSchemaDeployment : unit -> SchemaDeployment
protected function CreateSchemaDeployment() : SchemaDeployment
Valeur de retour
Type : Microsoft.Data.Schema.Build.SchemaDeployment
Objet de déploiement de schéma actif.
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.
Voir aussi
Référence
SchemaCompareScriptService Classe