Sdílet prostřednictvím


SqlCeFunctions.Space(Nullable<Int32>) Metoda

Definice

Vrátí řetězec opakovaných mezer.

[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

Parametry

arg1
Nullable<Int32>

Počet mezer. Pokud je záporný, vrátí se řetězec s hodnotou null.

Návraty

Řetězec, který se skládá ze zadaného počtu mezer.

Atributy

Platí pro