Share via


DataSourceInformation.ReservedWords Field

Specifies the data source information property that provides the set of reserved words on the data source.

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

Syntax

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

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

Remarks

The value is a comma-delimited string of reserved words, for example, "SELECT, FROM, ORDER BY". This information is used by the Visual Studio query designer to determine when identifiers and literals should be enclosed in quotation marks.

.NET Framework Security

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace