SqlFunctions.Space(Nullable<Int32>) 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.
Retourne une chaîne composée d'espaces consécutifs.
[System.Data.Entity.DbFunction("SqlServer", "SPACE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg1")]
public static string Space(Nullable<int> arg1);
static member Space : Nullable<int> -> string
Public Shared Function Space (arg1 As Nullable(Of Integer)) As String
Paramètres
Retours
Chaîne constituée du nombre spécifié d'espaces.
- Attributs