Método MiningStructureColumnContents.GetStandardContents
Gets the content type for a non-key column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared Function GetStandardContents ( _
columnType As String _
) As String()
'Uso
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[]
Parâmetros
- columnType
Tipo: System.String
The type of the column.
Valor de retorno
Tipo: array<System.String[]
The content type for a non-key column.