Service.Parent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ManagedComputer 物件,其為 Service 物件的父系。
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ManagedComputer ^ Parent { Microsoft::SqlServer::Management::Smo::Wmi::ManagedComputer ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
Public ReadOnly Property Parent As ManagedComputer
屬性值
ManagedComputer 物件,這個物件是 Service 物件的父系。