SqlDeployDatabaseExecutor.Execute Method
Executes deployment.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub Execute
'Usage
Dim instance As SqlDeployDatabaseExecutor
instance.Execute()
public override void Execute()
public:
virtual void Execute() override
public override function Execute()
abstract Execute : unit -> unit
override Execute : unit -> unit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlDeployDatabaseExecutor Class