ScriptCache.GetScript, méthode (String)
Retourne le script pour l'identificateur de cache donné.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- cacheIdentifier
Type : System.String
Identificateur de cache.
Valeur de retour
Type : System.String
string contenant le script demandé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.