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
- 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.