ScriptCache.GetAllCustomSchemaDataFileNames 方法

返回自定义架构数据文件名的集合。

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

语法

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

返回值

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

备注

搜索包含“FileName”的元数据。

.NET Framework 安全性

请参见

参考

ScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间