Compartilhar via


Método InMemoryScriptCache.GetScript (String)

Retorna o script para o identificador de cache fornecido.

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

Sintaxe

'Declaração
Public Overrides Function GetScript ( _
    cacheIdentifier As String _
) As String
public override string GetScript(
    string cacheIdentifier
)
public:
virtual String^ GetScript(
    String^ cacheIdentifier
) override
abstract GetScript : 
        cacheIdentifier:string -> string 
override GetScript : 
        cacheIdentifier:string -> string 
public override function GetScript(
    cacheIdentifier : String
) : String

Parâmetros

Valor de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

InMemoryScriptCache Classe

Sobrecargas GetScript

Namespace Microsoft.Data.Schema.SchemaModel