Share via


FileScriptCache.ConvertCacheIdentifierToFileName Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Converts the provided cache identifier to a file name.

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

Syntax

'Declaration
Public Function ConvertCacheIdentifierToFileName ( _
    cacheIdentifier As String _
) As String
public string ConvertCacheIdentifierToFileName(
    string cacheIdentifier
)
public:
String^ ConvertCacheIdentifierToFileName(
    String^ cacheIdentifier
)
member ConvertCacheIdentifierToFileName : 
        cacheIdentifier:string -> string 
public function ConvertCacheIdentifierToFileName(
    cacheIdentifier : String
) : String

Parameters

  • cacheIdentifier
    Type: System.String
    A string that contains a cache identifier.

Return Value

Type: System.String
A file name.

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace