Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- customSchemaData
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
A CustomSchemaData object.
.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.