Compartir a través de


SqlScriptProperty.QuotedIdentifiers (Propiedad)

Obtiene el valor de QuotedIdentifiers para el script.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property QuotedIdentifiers As Nullable(Of Boolean)
    Get
public Nullable<bool> QuotedIdentifiers { get; }
public:
property Nullable<bool> QuotedIdentifiers {
    Nullable<bool> get ();
}
member QuotedIdentifiers : Nullable<bool>
function get QuotedIdentifiers () : Nullable<boolean>

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptProperty Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)