ScalarMiningStructureColumn.GetAvailableContentType Method ()

 

Applies To: SQL Server 2016 Preview

Gets the available content type for the column.

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

Syntax

public StringCollection GetAvailableContentType()
public:
StringCollection^ GetAvailableContentType()
member GetAvailableContentType : unit -> StringCollection
Public Function GetAvailableContentType As StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection

The available content type for the column.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top