MiningContentNode.Type 属性

Gets the type of the MiningContentNode.

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

语法

声明
Public ReadOnly Property Type As MiningNodeType 
    Get
用法
Dim instance As MiningContentNode 
Dim value As MiningNodeType 

value = instance.Type
public MiningNodeType Type { get; }
public:
property MiningNodeType Type {
    MiningNodeType get ();
}
member Type : MiningNodeType
function get Type () : MiningNodeType

属性值

类型:Microsoft.AnalysisServices.AdomdClient.MiningNodeType
A MiningNodeType representing the type of the MiningContentNode.

请参阅

参考

MiningContentNode 类

Microsoft.AnalysisServices.AdomdClient 命名空间