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
- 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.