MiningDistribution.Attribute 属性
Gets a MiningAttribute object that applies to the MiningDistribution.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property Attribute As MiningAttribute
Get
用法
Dim instance As MiningDistribution
Dim value As MiningAttribute
value = instance.Attribute
public MiningAttribute Attribute { get; }
public:
property MiningAttribute^ Attribute {
MiningAttribute^ get ();
}
member Attribute : MiningAttribute
function get Attribute () : MiningAttribute
属性值
类型:Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A MiningAttribute object that applies to the MiningDistribution.
注释
This value is algorithm specific, and is inferred from the mining distribution name. If insufficient information exists to populate the MiningAttribute, then Name will be the only property populated.