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.