GetNodeFromUniqueName méthode

Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetNodeFromUniqueName ( _
    nodeUniqueName As String _
) As MiningContentNode
'Utilisation
Dim instance As MiningModel
Dim nodeUniqueName As String
Dim returnValue As MiningContentNode

returnValue = instance.GetNodeFromUniqueName(nodeUniqueName)
public MiningContentNode GetNodeFromUniqueName(
    string nodeUniqueName
)
public:
MiningContentNode^ GetNodeFromUniqueName(
    String^ nodeUniqueName
)
member GetNodeFromUniqueName : 
        nodeUniqueName:string -> MiningContentNode 
public function GetNodeFromUniqueName(
    nodeUniqueName : String
) : MiningContentNode

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNode
Returns the requested MiningContentNode if found; nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) otherwise.