IsQuotedIdentifierOn Propiedad
Gets a Boolean value that indicates whether the unique identifier option is on.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsQuotedIdentifierOn As Boolean
Get
'Uso
Dim instance As IUserDefinedFunction
Dim value As Boolean
value = instance.IsQuotedIdentifierOn
bool IsQuotedIdentifierOn { get; }
property bool IsQuotedIdentifierOn {
bool get ();
}
abstract IsQuotedIdentifierOn : bool
function get IsQuotedIdentifierOn () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the unique identifier option is on.