Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.