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.
Called when custom data is removed.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnCustomDataRemoved ( _
customData As CustomSchemaData _
)
protected virtual void OnCustomDataRemoved(
CustomSchemaData customData
)
protected:
virtual void OnCustomDataRemoved(
CustomSchemaData^ customData
)
abstract OnCustomDataRemoved :
customData:CustomSchemaData -> unit
override OnCustomDataRemoved :
customData:CustomSchemaData -> unit
protected function OnCustomDataRemoved(
customData : CustomSchemaData
)
Parameters
- customData
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
A CustomSchemaData object that contains 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.