Share via


Deployment.SetDeployToDatabase Method

Sets whether to deploy to database.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub SetDeployToDatabase ( _
    deployToDatabase As Boolean _
)
'Usage
Dim instance As Deployment
Dim deployToDatabase As Boolean

instance.SetDeployToDatabase(deployToDatabase)
public void SetDeployToDatabase(
    bool deployToDatabase
)
public:
void SetDeployToDatabase(
    bool deployToDatabase
)
public function SetDeployToDatabase(
    deployToDatabase : boolean
)
member SetDeployToDatabase : 
        deployToDatabase:bool -> unit 

Parameters

  • deployToDatabase
    Type: System.Boolean
    Specifies whether to deploy to database

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace