Delen via


DatabaseTaskHost.AddOrUpdate Method

Adds custom data, such as references, to the schema manager.

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

Syntax

'Declaration
Protected Friend Sub AddOrUpdate ( _
    customSchemaData As CustomSchemaData _
)
protected internal void AddOrUpdate(
    CustomSchemaData customSchemaData
)
protected public:
void AddOrUpdate(
    CustomSchemaData^ customSchemaData
)
member AddOrUpdate : 
        customSchemaData:CustomSchemaData -> unit 
 function AddOrUpdate(
    customSchemaData : CustomSchemaData
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace