MiningStructureColumnContents.GetStandardContents(String) Method

Definition

Gets the content type for a non-key column.

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

Parameters

columnType
String

The type of the column.

Returns

String[]

The content type for a non-key column.

Applies to