Propriété MiningModelColumn.SourceColumn
Gets the mining structure column associated with a MiningModelColumn object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SourceColumn As MiningStructureColumn
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.MiningStructureColumn
A mining structure column.