MiningStructureColumnContents.GetStandardContents Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the content type for a non-key column.

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

Syntax

public static string[] GetStandardContents(
    string columnType
)
public:
static array<String^>^ GetStandardContents(
    String^ columnType
)
static member GetStandardContents : 
        columnType:string -> string[]
Public Shared Function GetStandardContents (
    columnType As String
) As String()

Parameters

Return Value

Type: System.String[]

The content type for a non-key column.

See Also

MiningStructureColumnContents Class
Microsoft.AnalysisServices Namespace

Return to top