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 added.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnCustomDataAdded ( _
customData As CustomSchemaData _
)
protected virtual void OnCustomDataAdded(
CustomSchemaData customData
)
protected:
virtual void OnCustomDataAdded(
CustomSchemaData^ customData
)
abstract OnCustomDataAdded :
customData:CustomSchemaData -> unit
override OnCustomDataAdded :
customData:CustomSchemaData -> unit
protected function OnCustomDataAdded(
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.