FileScriptCache.ConvertCacheIdentifierToFileName (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Convierte el identificador de caché proporcionado en un nombre de archivo.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

  • cacheIdentifier
    Tipo: System.String
    Un valor de tipo string que contiene un identificador de caché.

Valor devuelto

Tipo: System.String
Un nombre de archivo.

Seguridad de .NET Framework

Vea también

Referencia

FileScriptCache Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)