Partilhar via


Método InMemoryScriptCache.GetAllCustomSchemaDataFileNames

Este membro substitui ScriptCache.GetAllCustomSchemaDataFileNames().

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Valor de retorno

Tipo: System.Collections.Generic.ICollection<String>

Segurança do .NET Framework

Consulte também

Referência

InMemoryScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel