Share via


InMemoryScriptCache.AddOrUpdateScript Method (String, String)

Adds or updates a script.

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
)

Parameters

.NET Framework Security

See Also

Reference

InMemoryScriptCache Class

AddOrUpdateScript Overload

Microsoft.Data.Schema.SchemaModel Namespace