Share via


DBSetupDeployTask.DeploymentScriptName Property

Gets or sets a deployment script name.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBSetupDeployTask Class

Microsoft.Data.Schema.Tasks Namespace