Share via


SqlDeployTask.SqlCommandVariablesFile Property

Gets or sets a command variables file string.

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

Syntax

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

value = instance.SqlCommandVariablesFile

instance.SqlCommandVariablesFile = value
public string SqlCommandVariablesFile { get; set; }
public:
property String^ SqlCommandVariablesFile {
    String^ get ();
    void set (String^ value);
}
public function get SqlCommandVariablesFile () : String 
public function set SqlCommandVariablesFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlDeployTask Class

SqlDeployTask Members

Microsoft.Data.Schema.Tasks Namespace