Propriedade do RDL Type
Gets the type of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningNodeType
A MiningNodeType representing the type of the MiningContentNode.
Consulte também