SqlWorkbenchHierarchy.GetService 方法

定義

多載

名稱 Description
GetService(Type)
GetService(Guid)

GetService(Type)

protected:
 System::Object ^ GetService(Type ^ svc);
protected object GetService(Type svc);
member this.GetService : Type -> obj
Protected Function GetService (svc As Type) As Object

參數

svc
Type

傳回

適用於

GetService(Guid)

protected:
 System::Object ^ GetService(Guid svc);
protected object GetService(Guid svc);
member this.GetService : Guid -> obj
Protected Function GetService (svc As Guid) As Object

參數

svc
Guid

傳回

適用於