MiningStructureColumnDiscretizationMethods.AllValues Property

 

Applies To: SQL Server 2016 Preview

Gets all values for the MiningStructureColumnDiscretizationMethods class.

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

Syntax

public static string[] AllValues { get; }
public:
property array<String^>^ AllValues {
    static array<String^>^ get();
}
static member AllValues : string[] with get
Public Shared ReadOnly Property AllValues As String()

Property Value

Type: System.String[]

The values for the class.

See Also

MiningStructureColumnDiscretizationMethods Class
Microsoft.AnalysisServices Namespace

Return to top