Propriedade DataSchemaModelConstructor.ScriptCache

Obtém ou define o cache de script.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.ScriptCache
Retorna um ScriptCache.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModelConstructor Classe

Namespace Microsoft.Data.Schema.SchemaModel