Partilhar via


Método ScriptCache.GetAllCustomSchemaDataFileNames

Retorna uma coleção de nomes de arquivo de dados de esquema personalizado.

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

Sintaxe

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

Valor de retorno

Tipo: System.Collections.Generic.ICollection<String>
Uma coleção de nomes de arquivo.

Comentários

Procura os metadados que contém "filename".

Segurança do .NET Framework

Consulte também

Referência

ScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel