GetStandardContents méthode
Gets the content type for a non-key column.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Function GetStandardContents ( _
columnType As String _
) As String()
'Utilisation
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[]
Paramètres
- columnType
Type : System. . :: . .String
Valeur de retour
Type : array<System. . :: . .String> [] () [] []