MiningStructureColumnContents.GetStandardContents Method
Gets the content type for a non-key column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetStandardContents ( _
columnType As String _
) As String()
'Usage
Dim columnType As String
Dim returnValue As String()
returnValue = MiningStructureColumnContents.GetStandardContents(columnType)
public static string[] GetStandardContents(
string columnType
)
public:
static array<String^>^ GetStandardContents(
String^ columnType
)
static member GetStandardContents :
columnType:string -> string[]
public static function GetStandardContents(
columnType : String
) : String[]
Parameters
- columnType
Type: System.String
The type of the column.
Return Value
Type: array<System.String[]
The content type for a non-key column.