FileManager.AddOrUpdate Method
Adds custom data to the schema manager.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddOrUpdate ( _
customSchemaData As CustomSchemaData _
)
'Usage
Dim instance As FileManager
Dim customSchemaData As CustomSchemaData
instance.AddOrUpdate(customSchemaData)
public void AddOrUpdate(
CustomSchemaData customSchemaData
)
public:
void AddOrUpdate(
CustomSchemaData^ customSchemaData
)
public function AddOrUpdate(
customSchemaData : CustomSchemaData
)
member AddOrUpdate :
customSchemaData:CustomSchemaData -> unit
Parameters
- customSchemaData
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
The custom data
.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.