DeploymentPlanContributorContext.DeploymentScriptPath Property

Gets or sets the path to the deployment script.

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

Syntax

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

Property Value

Type: System.String
The file path for the deployment script.

.NET Framework Security

See Also

Reference

DeploymentPlanContributorContext Class

Microsoft.Data.Schema.Build Namespace