DataSourceInformation.IdentifierCloseQuote Field

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

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

Syntax

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

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

Field Value

Type: System.String

Remarks

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

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace