GetNodeFromUniqueName Método
Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Function GetNodeFromUniqueName ( _
nodeUniqueName As String _
) As MiningContentNode
'Uso
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
Parámetros
- nodeUniqueName
Tipo: System. . :: . .String
The unique name of the MiningContentNode to retrieve.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNode
Returns the requested MiningContentNode if found; nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). otherwise.