Share via


MiningContentNode.Type Propiedad

Obtiene el tipo de MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As MiningNodeType 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningNodeType
MiningNodeType que representa el tipo de MiningContentNode.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer