Partager via


FileScriptCache.GetAllCustomSchemaDataFileNames, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Retourne une collection de noms de fichiers qui représentent les fichiers de données personnalisés dans le cache.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : System.Collections.Generic.ICollection<String>
Collection de noms de fichiers.

Sécurité .NET Framework

Voir aussi

Référence

FileScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms