MiningStructureColumnContents.GetStandardContents(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.