MiningModelColumnUsages.AllValues Property

 

Applies To: SQL Server 2016 Preview

Gets the value associated with MiningModelColumnUsages.

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 returned value.

See Also

MiningModelColumnUsages Class
Microsoft.AnalysisServices Namespace

Return to top