Name-Eigenschaft
Gets the name of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As MiningContentNode
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Eigenschaftenwert
Typ: System. . :: . .String
A String containing the name of the MiningContentNode.
Hinweise
This value is algorithm specific.