Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the mining structure column associated with a MiningModelColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SourceColumn As MiningStructureColumn
Get
'Usage
Dim instance As MiningModelColumn
Dim value As MiningStructureColumn
value = instance.SourceColumn
[BrowsableAttribute(false)]
public MiningStructureColumn SourceColumn { get; }
[BrowsableAttribute(false)]
public:
property MiningStructureColumn^ SourceColumn {
MiningStructureColumn^ get ();
}
[<BrowsableAttribute(false)>]
member SourceColumn : MiningStructureColumn
function get SourceColumn () : MiningStructureColumn
Property Value
Type: Microsoft.AnalysisServices.MiningStructureColumn
A mining structure column.