Metodo MiningStructureColumnContents.GetStandardContents
Gets the content type for a non-key column.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Shared Function GetStandardContents ( _
columnType As String _
) As String()
'Utilizzo
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[]
Parametri
- columnType
Tipo: System.String
The type of the column.
Valore restituito
Tipo: array<System.String[]
The content type for a non-key column.