Sdílet prostřednictvím


InMemoryScriptCache.GetScript – metoda (String)

Vrátí skript pro identifikátor dané mezipaměti.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InMemoryScriptCache Třída

GetScript – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů