ManagementUnit.Scope 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의되는 경우 현재 관리 단위와 연결된 관리 범위를 가져옵니다.
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 서버 수준에 있기 때문에 속성 값이 됩니다.