Partilhar via


Propriedade SqlScriptProperty.QuotedIdentifiers

Obtém a configuração de QuotedIdentifiers para o script.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

SqlScriptProperty Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel