Partager via


Propriété MiningContentNode.Type

Gets the type of the MiningContentNode.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As MiningNodeType 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningNodeType
A MiningNodeType representing the type of the MiningContentNode.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer