Sdílet prostřednictvím


InMemoryScriptCache.AddOrUpdateScript – metoda (String, String)

Přidá nebo aktualizuje skriptu.

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

Syntaxe

'Deklarace
Public Sub AddOrUpdateScript ( _
    cacheIdentifier As String, _
    script As String _
)
public void AddOrUpdateScript(
    string cacheIdentifier,
    string script
)
public:
void AddOrUpdateScript(
    String^ cacheIdentifier, 
    String^ script
)
member AddOrUpdateScript : 
        cacheIdentifier:string * 
        script:string -> unit 
public function AddOrUpdateScript(
    cacheIdentifier : String, 
    script : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InMemoryScriptCache Třída

AddOrUpdateScript – přetížení

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