Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether quoted identifier handling is on.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property QuotedIdentifier As Boolean
public bool QuotedIdentifier { get; }
public:
property bool QuotedIdentifier {
bool get ();
}
member QuotedIdentifier : bool
function get QuotedIdentifier () : boolean
Property Value
Type: System.Boolean
true if quoted identifier handling is on; otherwise, false.
.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.