GetStandardContents 方法

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[]

参数

返回值

类型:array<System. . :: . .String> [] () [] []