次の方法で共有


SqlCeFunctions.Space(Nullable<Int32>) メソッド

定義

連続するスペースの文字列を返します。

[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

パラメーター

arg1
Nullable<Int32>

空白文字の数。 負の値の場合は、null 文字列が返されます。

戻り値

指定された数の空白文字で構成された文字列。

属性

適用対象