Propriété IsQuotedIdentifierOn
Gets a Boolean value that indicates whether the quoted identifier option is on.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsQuotedIdentifierOn As Boolean
Get
'Utilisation
Dim instance As IStoredProcedure
Dim value As Boolean
value = instance.IsQuotedIdentifierOn
bool IsQuotedIdentifierOn { get; }
property bool IsQuotedIdentifierOn {
bool get ();
}
abstract IsQuotedIdentifierOn : bool
function get IsQuotedIdentifierOn () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier option is on.