Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name of the target column that the current column either relates to, or is a special property of.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property RelatedAttribute As String
Get
'Usage
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
Property Value
Type: System.String
A String containing the name of the target column.