Propriedade do RDL IsQuotedIdentifierOn
Gets a Boolean value that indicates whether the quoted identifier option is on.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsQuotedIdentifierOn As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier option is on.
Consulte também