Proprietà MiningStructureColumn.RelatedAttribute

Gets the name of the target column that the current column either relates to, or is a special property of.

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

Sintassi

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

Valore proprietà

Tipo: System.String
A String containing the name of the target column.

Vedere anche

Riferimento

MiningStructureColumn Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient