다음을 통해 공유


ManagementUnit.Scope 속성

정의

파생 클래스에서 재정의되는 경우 현재 관리 단위와 연결된 관리 범위를 가져옵니다.

public:
 abstract property Microsoft::Web::Management::Server::ManagementScope Scope { Microsoft::Web::Management::Server::ManagementScope get(); };
public abstract Microsoft.Web.Management.Server.ManagementScope Scope { get; }
member this.Scope : Microsoft.Web.Management.Server.ManagementScope
Public MustOverride ReadOnly Property Scope As ManagementScope

속성 값

ManagementScope 값 중 하나입니다.

예제

 ManagementUnit munt = this.ManagementUnit;
 Trace.WriteLine("Scope " + munt.Scope.ToString());
 Trace.WriteLine("ApplicationPath " +
     munt.ConfigurationPath.ApplicationPath.ToString());

설명

기본 IIS 관리자 보기에는 localhost가 표시됩니다. localhost Scope 에서 사이트 또는 애플리케이션으로 이동하는 경우 연결이 Microsoft.Web.Management.Server.ManagementScope.Server 서버 수준에 있기 때문에 속성 값이 됩니다.

적용 대상