共用方式為


MiningStructurePermission.Parent 屬性

Gets the parent MiningStructure referred to by MiningStructurePermission.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure 
    Get
'用途
Dim instance As MiningStructurePermission 
Dim value As MiningStructure 

value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure

屬性值

型別:Microsoft.AnalysisServices.MiningStructure
A MiningStructure object.

請參閱

參考

MiningStructurePermission 類別

Microsoft.AnalysisServices 命名空間