Share via


TeamFoundationDatabaseProperties.ConnectionString Property

The SQL connection string for the database.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ConnectionString As String
public string ConnectionString { get; internal set; }
public:
property String^ ConnectionString {
    String^ get ();
    internal: void set (String^ value);
}
member ConnectionString : string with get, internal set
function get ConnectionString () : String 
internal function set ConnectionString (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationDatabaseProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace