DataSchemaModel.ScriptCache, propriété
Obtient le cache de script pour mettre en cache des scripts.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ScriptCache As ScriptCache
Get
public ScriptCache ScriptCache { get; }
public:
property ScriptCache^ ScriptCache {
ScriptCache^ get ();
}
member ScriptCache : ScriptCache
function get ScriptCache () : ScriptCache
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.ScriptCache
Objet ScriptCache.
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.