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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.