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.
Removes custom data from the schema manager, such as references.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub Delete ( _
dataToDelete As CustomSchemaData _
)
public override void Delete(
CustomSchemaData dataToDelete
)
public:
virtual void Delete(
CustomSchemaData^ dataToDelete
) override
abstract Delete :
dataToDelete:CustomSchemaData -> unit
override Delete :
dataToDelete:CustomSchemaData -> unit
public override function Delete(
dataToDelete : CustomSchemaData
)
Parameters
- dataToDelete
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
The custom schema data that will be deleted.
.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.