Partager via


Propriété MiningStructureColumn.RelatedAttribute

Obtient le nom de la colonne cible à laquelle la colonne actuelle est associée ou dont elle constitue une propriété spéciale.

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

Syntaxe

'Déclaration
Public ReadOnly Property RelatedAttribute As String 
    Get
'Utilisation
Dim instance As MiningStructureColumn 
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 : String
String qui contient le nom de la colonne cible.

Voir aussi

Référence

MiningStructureColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer