Partilhar via


Método FileScriptCache.GetAllCustomSchemaDataFileNames

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna uma coleção de nomes de arquivo que representam os arquivos de dados personalizados no cache.

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>
Uma coleção de nomes de arquivo.

Segurança do .NET Framework

Consulte também

Referência

FileScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel