次の方法で共有


IRedisCachePremium.ImportData メソッド

定義

オーバーロード

ImportData(IList<String>)

Redis Cache にデータをインポートします。

ImportData(IList<String>, String)

Redis Cache にデータをインポートします。

ImportData(IList<String>)

Redis Cache にデータをインポートします。

public void ImportData (System.Collections.Generic.IList<string> files);
abstract member ImportData : System.Collections.Generic.IList<string> -> unit
Public Sub ImportData (files As IList(Of String))

パラメーター

files
IList<String>

インポートするファイル。

適用対象

ImportData(IList<String>, String)

Redis Cache にデータをインポートします。

public void ImportData (System.Collections.Generic.IList<string> files, string fileFormat);
abstract member ImportData : System.Collections.Generic.IList<string> * string -> unit
Public Sub ImportData (files As IList(Of String), fileFormat As String)

パラメーター

files
IList<String>

インポートするファイル。

fileFormat
String

ファイル形式を指定します。

適用対象