InMemoryScriptCache.AddOrUpdateScript-Methode (String, String)

Fügt ein Skript hinzu oder aktualisiert ein Skript.

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

InMemoryScriptCache Klasse

AddOrUpdateScript-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace