Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.