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

value = instance.ConnectionString

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

/** @property */
public void set_ConnectionString (String value)
public function get ConnectionString () : String

public function set ConnectionString (value : String)

See Also

Reference

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