Share via


SqlSetupDeployTask.SqlCommandVariablesFile Property

Gets or sets a Sql 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 SqlSetupDeployTask 
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

SqlSetupDeployTask Class

SqlSetupDeployTask Members

Microsoft.Data.Schema.Tasks Namespace