Compartir a través de


DataSchemaModelConstructor.ScriptCache (Propiedad)

Obtiene o establece la memoria caché de scripts.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ScriptCache
Devuelve un objeto ScriptCache.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModelConstructor Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)