FileScriptCache.GetScript Method (String)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Retrieves a script from a file by using the specified 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
- cacheIdentifier
Type: System.String
A string that contains a cache identifier.
Return Value
Type: System.String
The script contents of the file.
.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.