Метод MiningStructureColumnContents.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[]
Параметры
- columnType
Тип: System.String
The type of the column.
Возвращаемое значение
Тип: array<System.String[]
The content type for a non-key column.