SqlSchemaModel.OnCustomDataRemoved Method
Override this method to handle removal of extra names (from elements marked as AliasedToDbo or GloballyScoped) if a reference is removed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Sub OnCustomDataRemoved ( _
customData As CustomSchemaData _
)
protected override void OnCustomDataRemoved(
CustomSchemaData customData
)
protected:
virtual void OnCustomDataRemoved(
CustomSchemaData^ customData
) override
abstract OnCustomDataRemoved :
customData:CustomSchemaData -> unit
override OnCustomDataRemoved :
customData:CustomSchemaData -> unit
protected override function OnCustomDataRemoved(
customData : CustomSchemaData
)
Parameters
- customData
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
Custom data that is removed.
.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.