Proprietà MiningModelColumn.RelatedAttribute

Gets the name of the related column for the MiningModelColumn.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RelatedAttribute As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MiningModelColumn Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer