หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the parent MiningModel.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Object
Get
'Usage
Dim instance As MiningModelColumn
Dim value As Object
value = instance.Parent
public Object Parent { get; }
public:
virtual property Object^ Parent {
Object^ get () sealed;
}
abstract Parent : Object
override Parent : Object
final function get Parent () : Object
Property Value
Type: System.Object
The parent MiningModel.