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
列的属性集合。
注释
这些属性映射到基础架构行集中的列。