Share via


DBSetupDeployTask.DeploymentConfigFile Property

Gets or sets a deployment configuration file string.

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

Syntax

'Declaration
Public Property DeploymentConfigFile As String
'Usage
Dim instance As DBSetupDeployTask 
Dim value As String 

value = instance.DeploymentConfigFile

instance.DeploymentConfigFile = value
public string DeploymentConfigFile { get; set; }
public:
property String^ DeploymentConfigFile {
    String^ get ();
    void set (String^ value);
}
public function get DeploymentConfigFile () : String 
public function set DeploymentConfigFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBSetupDeployTask Class

DBSetupDeployTask Members

Microsoft.Data.Schema.Tasks Namespace