DataSourceInformation.IdentifierOpenQuote Field

Specifies the data source information property that provides the character used to open an identifier part that needs to be enclosed in quotation marks.

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

Syntax

'宣言
Public Const IdentifierOpenQuote As String
'使用
Dim value As String

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

Field Value

Type: System.String

Remarks

An example of such a character is "[".

This information is used by the Visual Studio query designer to determine how to create an identifier part.

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace