MiningServiceParameter.Properties 属性

Gets the properties for the mining service parameter.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Properties As PropertyCollection 
    Get
用法
Dim instance As MiningServiceParameter 
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.AdomdClient.PropertyCollection
A PropertyCollection containing the properties for the mining service parameter.

请参阅

参考

MiningServiceParameter 类

Microsoft.AnalysisServices.AdomdClient 命名空间