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
public const string DataSourceName
public:
literal String^ DataSourceName
static val mutable DataSourceName: string
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

Microsoft.VisualStudio.Data.Framework Namespace