SqlSchemaModel.OnCustomDataRemoved Method

This member overrides DataSchemaModel.OnCustomDataRemoved(CustomSchemaData).

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overrides Sub OnCustomDataRemoved ( _
    customData As CustomSchemaData _
)
'Usage
Dim customData As CustomSchemaData

Me.OnCustomDataRemoved(customData)
protected override void OnCustomDataRemoved(
    CustomSchemaData customData
)
protected:
virtual void OnCustomDataRemoved(
    CustomSchemaData^ customData
) override
protected override function OnCustomDataRemoved(
    customData : CustomSchemaData
)
abstract OnCustomDataRemoved : 
        customData:CustomSchemaData -> unit 
override OnCustomDataRemoved : 
        customData:CustomSchemaData -> unit 

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace