Share via


InMemoryScriptCache.GetScript Method (String)

Returns the script for the given cache identifier.

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

Syntax

'Declaration
Public Overrides Function GetScript ( _
    cacheIdentifier As String _
) As String
public override string GetScript(
    string cacheIdentifier
)
public:
virtual String^ GetScript(
    String^ cacheIdentifier
) override
abstract GetScript : 
        cacheIdentifier:string -> string 
override GetScript : 
        cacheIdentifier:string -> string 
public override function GetScript(
    cacheIdentifier : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

InMemoryScriptCache Class

GetScript Overload

Microsoft.Data.Schema.SchemaModel Namespace