SqlTaskBase.TargetDatabase 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 TargetDatabase As String
'Usage
Dim instance As SqlTaskBase
Dim value As String

value = instance.TargetDatabase

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

/** @property */
public void set_TargetDatabase (String value)
public function get TargetDatabase () : String

public function set TargetDatabase (value : String)

See Also

Reference

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