Share via


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

Voir aussi

Référence

DataSchemaModelConstructor Classe

Microsoft.Data.Schema.SchemaModel, espace de noms