共用方式為


MiningModelColumn.Properties 屬性

取得包含資料行之屬性的 PropertyCollection

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

語法

'宣告
Public ReadOnly Property Properties As PropertyCollection 
    Get
'用途
Dim instance As MiningModelColumn 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdServer.PropertyCollection
資料行的屬性集合。

備註

這些屬性對應至基礎結構描述資料列集中的資料行。

請參閱

參考

MiningModelColumn 類別

Microsoft.AnalysisServices.AdomdServer 命名空間