다음을 통해 공유


MiningModelColumn.ContainingColumn 속성

Gets the name of the table column containing this column.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property ContainingColumn As String 
    Get
‘사용 방법
Dim instance As MiningModelColumn 
Dim value As String 

value = instance.ContainingColumn
public string ContainingColumn { get; }
public:
property String^ ContainingColumn {
    String^ get ();
}
member ContainingColumn : string
function get ContainingColumn () : String

속성 값

유형: System.String
The name of the table column containing this column, if this column is based on a table column; nullnull 참조(Visual Basic에서는 Nothing) otherwise.

참고 항목

참조

MiningModelColumn 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스