SqlCeMigrationSqlGenerator.Name(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un nom entre guillemets. Le nom fourni peut contenir ou non le schéma.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId="0#")]
protected virtual string Name(string name);
abstract member Name : string -> string
override this.Name : string -> string
Protected Overridable Function Name (name As String) As String
Paramètres
- name
- String
Nom à citer.
Retours
Nom entre guillemets.
- Attributs