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
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Const ReservedWords As String

Dim value As String

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

Field Value

Type: System.String

Remarks

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

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace