IsQuotedIdentifierOn Propiedad
Gets or sets a Boolean value that indicates whether the quoted 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
Property IsQuotedIdentifierOn As Boolean
Get
Set
'Uso
Dim instance As IMutableServerDdlTrigger
Dim value As Boolean
value = instance.IsQuotedIdentifierOn
instance.IsQuotedIdentifierOn = value
bool IsQuotedIdentifierOn { get; set; }
property bool IsQuotedIdentifierOn {
bool get ();
void set (bool value);
}
abstract IsQuotedIdentifierOn : bool with get, set
function get IsQuotedIdentifierOn () : boolean
function set IsQuotedIdentifierOn (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the quoted identifier option is on.