DataSourceInformation.DataSourceProduct Field
Specifies the name of the product of the data source.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Const DataSourceProduct As String
'Usage
Dim value As String
value = DataSourceInformation.DataSourceProduct
public const string DataSourceProduct
public:
literal String^ DataSourceProduct
public const var DataSourceProduct : String
Remarks
For example, "Microsoft SQL Server".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.