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
- cacheIdentifier
Type: System.String
The cache identifier.
- script
Type: System.String
The script to update.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.