MiningStructureColumn.BeforeRemove Method (Boolean)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the MiningStructureColumn object before the cleanup.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

protected internal override void BeforeRemove(
    bool cleanUp
)
public protected:
virtual void BeforeRemove(
    bool cleanUp
) override
override BeforeRemove : 
        cleanUp:bool -> unit
Protected Friend Overrides Sub BeforeRemove (
    cleanUp As Boolean
)

Parameters

See Also

MiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top