Type Propiedad
Gets the type of the 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
A MiningNodeType representing the type of the MiningContentNode.
Vea también