TeamFoundationSqlResourceComponent.DataSource Property

Gets the name or network address of the instance of SQL Server to connect to.

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

Syntax

'Declaration
Public ReadOnly Property DataSource As String
public string DataSource { get; }
public:
property String^ DataSource {
    String^ get ();
}
member DataSource : string with get
function get DataSource () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace