Método SchemaDeployment.OnCreateDeploymentScriptGenerator
Chamado para criar um DeploymentScriptGenerator.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Protected Overridable Function OnCreateDeploymentScriptGenerator As DeploymentScriptGenerator
protected virtual DeploymentScriptGenerator OnCreateDeploymentScriptGenerator()
protected:
virtual DeploymentScriptGenerator^ OnCreateDeploymentScriptGenerator()
abstract OnCreateDeploymentScriptGenerator : unit -> DeploymentScriptGenerator
override OnCreateDeploymentScriptGenerator : unit -> DeploymentScriptGenerator
protected function OnCreateDeploymentScriptGenerator() : DeploymentScriptGenerator
Valor de retorno
Tipo: Microsoft.Data.Schema.Build.DeploymentScriptGenerator
A DeploymentScriptGenerator objeto.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.