Share via


ScriptCache.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 MustOverride Function GetScript ( _
    cacheIdentifier As String _
) As String
public abstract string GetScript(
    string cacheIdentifier
)
public:
virtual String^ GetScript(
    String^ cacheIdentifier
) abstract
abstract GetScript : 
        cacheIdentifier:string -> string 
public abstract function GetScript(
    cacheIdentifier : String
) : String

Parameters

Return Value

Type: System.String
A string that contains the requested script.

.NET Framework Security

See Also

Reference

ScriptCache Class

GetScript Overload

Microsoft.Data.Schema.SchemaModel Namespace