Share via


SqlDeployTask.BuildScriptPath Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property BuildScriptPath As String
'Usage
Dim instance As SqlDeployTask
Dim value As String

value = instance.BuildScriptPath

instance.BuildScriptPath = value
public string BuildScriptPath { get; set; }
public:
property String^ BuildScriptPath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_BuildScriptPath ()

/** @property */
public void set_BuildScriptPath (String value)
public function get BuildScriptPath () : String

public function set BuildScriptPath (value : String)

See Also

Reference

SqlDeployTask Class
SqlDeployTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace