InMemoryScriptCache.GetAllCustomSchemaDataFileNames – metoda
Tento člen přepisuje ScriptCache.GetAllCustomSchemaDataFileNames().
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Vrácená hodnota
Typ: System.Collections.Generic.ICollection<String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.