Compartir a través de


DataSchemaModel.ScriptCache (Propiedad)

Obtiene la memoria caché de scripts para almacenar los scripts en memoria caché.

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

Sintaxis

'Declaración
Public ReadOnly Property ScriptCache As ScriptCache
    Get
public ScriptCache ScriptCache { get; }
public:
property ScriptCache^ ScriptCache {
    ScriptCache^ get ();
}
member ScriptCache : ScriptCache
function get ScriptCache () : ScriptCache

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ScriptCache
Un objeto ScriptCache.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModel Clase

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

ScriptCache