DataSchemaModelConstructor.ScriptCache, propriété
Obtient ou définit le cache de script.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property ScriptCache As ScriptCache
Get
Set
public ScriptCache ScriptCache { get; set; }
public:
property ScriptCache^ ScriptCache {
ScriptCache^ get ();
void set (ScriptCache^ value);
}
member ScriptCache : ScriptCache with get, set
function get ScriptCache () : ScriptCache
function set ScriptCache (value : ScriptCache)
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.ScriptCache
Retourne 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.