DBSetupDeployTask.DeploymentConfigFile-Eigenschaft

Ruft eine Zeichenfolge für eine Bereitstellungskonfigurationsdatei ab oder legt sie fest.

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

Syntax

'Declaration
Public Property DeploymentConfigFile As String
    Get
    Set
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

DBSetupDeployTask Klasse

Microsoft.Data.Schema.Tasks-Namespace