Partager via


Propriété MiningModelColumn.RelatedAttribute

Gets the name of the related column for the MiningModelColumn.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RelatedAttribute As String 
    Get
'Utilisation
Dim instance As MiningModelColumn 
Dim value As String 

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

Valeur de propriété

Type : System.String
The name of the related column for the MiningModelColumn.

Voir aussi

Référence

MiningModelColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient