InMemoryScriptCache.DeleteScript Method
Deletes a script from the cache.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub DeleteScript ( _
cacheIdentifier As String _
)
public void DeleteScript(
string cacheIdentifier
)
public:
void DeleteScript(
String^ cacheIdentifier
)
member DeleteScript :
cacheIdentifier:string -> unit
public function DeleteScript(
cacheIdentifier : String
)
Parameters
- cacheIdentifier
Type: System.String
The cache identifier.
.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.