MiningContentNode.ParentUniqueName Property

Gets the unique name identifying the parent of the MiningContentNode.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ParentUniqueName As String 
    Get
'Usage
Dim instance As MiningContentNode 
Dim value As String 

value = instance.ParentUniqueName
public string ParentUniqueName { get; }
public:
property String^ ParentUniqueName {
    String^ get ();
}
member ParentUniqueName : string
function get ParentUniqueName () : String

Property Value

Type: String
A string containing the unique name identifying the parent of the MiningContentNode.

See Also

Reference

MiningContentNode Class

Microsoft.AnalysisServices.AdomdServer Namespace