SqlDeployTask.SetVariablesXml 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 SetVariablesXml As String
'Usage
Dim instance As SqlDeployTask
Dim value As String
value = instance.SetVariablesXml
instance.SetVariablesXml = value
public string SetVariablesXml { get; set; }
public:
property String^ SetVariablesXml {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SetVariablesXml ()
/** @property */
public void set_SetVariablesXml (String value)
public function get SetVariablesXml () : String
public function set SetVariablesXml (value : String)
See Also
Reference
SqlDeployTask Class
SqlDeployTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace