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
public string DeploymentConfigFile { get; set; }
public:
property String^ DeploymentConfigFile {
    String^ get ();
    void set (String^ value);
}
member DeploymentConfigFile : string with get, set
function get DeploymentConfigFile () : String
function set DeploymentConfigFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBSetupDeployTask Class

Microsoft.Data.Schema.Tasks Namespace