Gets the name of the current data source. This is currently the same as the database name.
'Declaration
Public Overrides NotOverridable ReadOnly Property DataSource As String
public override string DataSource {get;}
public read-only property DataSource: String; override;
public override function get DataSource : String
public: __property string* get_DataSource() override;
Property Value
The name of the current data source. The default value is the database name.
.NET Framework
Version 4.6.2 or later