Proprietà Type
Gets the type of the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Type As MiningNodeType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningNodeType
A MiningNodeType representing the type of the MiningContentNode.
Vedere anche