Freigeben über


MiningModelColumn.RelatedAttribute-Eigenschaft

Gets the name of the related column for the MiningModelColumn.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace