FileScriptCache.GetAllCustomSchemaDataFileNames Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a collection of file names that represent the custom data files in the cache.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Return Value
Type: System.Collections.Generic.ICollection<String>
A collection of file names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.