Gets the content type for a non-key column.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Shared Function GetStandardContents ( _
columnType As String _
) As String()
用法
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[]
参数
- columnType
类型:System.String
The type of the column.
返回值
类型:array<System.String[]
The content type for a non-key column.