FileScriptCache.GetAllCustomSchemaDataFileNames 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

返回表示缓存中自定义数据文件的文件名的集合。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Overrides Function GetAllCustomSchemaDataFileNames As ICollection(Of String)
public override ICollection<string> GetAllCustomSchemaDataFileNames()
public:
virtual ICollection<String^>^ GetAllCustomSchemaDataFileNames() override
abstract GetAllCustomSchemaDataFileNames : unit -> ICollection<string> 
override GetAllCustomSchemaDataFileNames : unit -> ICollection<string> 
public override function GetAllCustomSchemaDataFileNames() : ICollection<String>

返回值

类型:System.Collections.Generic.ICollection<String>
文件名的集合。

.NET Framework 安全性

请参见

参考

FileScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间