DBDeployTask.DeploymentConfigurationFile-Eigenschaft

Ruft den Namen der Bereitstellungskonfigurationsdatei ab oder legt diesen fest.

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

Syntax

'Declaration
Public Property DeploymentConfigurationFile As String
    Get
    Set
public string DeploymentConfigurationFile { get; set; }
public:
property String^ DeploymentConfigurationFile {
    String^ get ();
    void set (String^ value);
}
member DeploymentConfigurationFile : string with get, set
function get DeploymentConfigurationFile () : String
function set DeploymentConfigurationFile (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

DBDeployTask Klasse

Microsoft.Data.Schema.Tasks-Namespace