SchemaCompareScriptService.CreateSchemaDeployment 方法

在派生的类中重写时,返回 SchemaDeployment 对象。

命名空间:  Microsoft.Data.Schema.Tools.Compare.Schema
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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

返回值

类型:Microsoft.Data.Schema.Build.SchemaDeployment
当前的架构部署对象。

.NET Framework 安全性

请参见

参考

SchemaCompareScriptService 类

Microsoft.Data.Schema.Tools.Compare.Schema 命名空间

SchemaDeployment