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