MiningModelColumn.ContainingColumn Property

Gets the name of the table column containing this column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ContainingColumn As String 
    Get
'Usage
Dim instance As MiningModelColumn 
Dim value As String 

value = instance.ContainingColumn
public string ContainingColumn { get; }
public:
virtual property String^ ContainingColumn {
    String^ get () sealed;
}
abstract ContainingColumn : string 
override ContainingColumn : string
final function get ContainingColumn () : String

Property Value

Type: String
The name of the table column containing this column, if this column is based on a table column; nulla null reference (Nothing in Visual Basic) otherwise.

Remarks

For more information on nested tables in mining models, see Nested Tables (Analysis Services - Data Mining).

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdServer Namespace