Share via


DataSourceInformation.DataSourceName Field

Specifies the name of the data source.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Const DataSourceName As String
'Usage
Dim value As String 

value = DataSourceInformation.DataSourceName
public const string DataSourceName
public:
literal String^ DataSourceName
public const var DataSourceName : String

Remarks

For example, this is the name of an instance of Microsoft SQL Server or the full path to a database file.

.NET Framework Security

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace