Partager via


SqlScriptProperty.QuotedIdentifiers, propriété

Obtient le paramètre QuotedIdentifiers pour le script.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptProperty Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms