Dela via


FileScriptCache.AddOrUpdate Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Adds or updates cached custom schema data.

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

Syntax

'Declaration
Public Sub AddOrUpdate ( _
    customSchemaData As CustomSchemaData _
)
public void AddOrUpdate(
    CustomSchemaData customSchemaData
)
public:
void AddOrUpdate(
    CustomSchemaData^ customSchemaData
)
member AddOrUpdate : 
        customSchemaData:CustomSchemaData -> unit 
public function AddOrUpdate(
    customSchemaData : CustomSchemaData
)

Parameters

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace

CustomSchemaData