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
- customSchemaData
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
The custom schema data to be added.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.