共用方式為


RelatedAttribute 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property RelatedAttribute As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String containing the name of the target column.