Partager via


SqlCeFunctions.Space(Nullable<Int32>) Méthode

Définition

Retourne une chaîne composée d'espaces consécutifs.

[System.Data.Entity.DbFunction("SqlServerCe", "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

arg1
Nullable<Int32>

Nombre d'espaces. Si négatif, une chaîne Null est retournée.

Retours

Chaîne constituée du nombre spécifié d'espaces.

Attributs

S’applique à