InMemoryScriptCache.GetAllCustomSchemaDataFileNames 方法

此成员重写 ScriptCache.GetAllCustomSchemaDataFileNames()

命名空间:  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 安全性

请参见

参考

InMemoryScriptCache 类

Microsoft.Data.Schema.SchemaModel 命名空间