다음을 통해 공유


ConfigurationModuleProvider.SetChildDelegationState 메서드

정의

지정된 경로에 대해 지정된 위임 상태를 설정합니다.

public:
 override void SetChildDelegationState(System::String ^ path, Microsoft::Web::Management::Server::DelegationState ^ state);
public override void SetChildDelegationState (string path, Microsoft.Web.Management.Server.DelegationState state);
override this.SetChildDelegationState : string * Microsoft.Web.Management.Server.DelegationState -> unit
Public Overrides Sub SetChildDelegationState (path As String, state As DelegationState)

매개 변수

path
String

호출 호스트의 경로입니다.

state
DelegationState

새로운 DelegationState 개체입니다.

예외

pathnull이거나 비어 있는 경우

path 앞에 슬래시(/)가 없습니다.

설명

이 메서드는 DelegationState 자식 노드의 개체를 DelegationState 모듈 공급자의 로 설정합니다. 부모 노드가 읽기 전용인 경우 자식 노드는 읽기 전용입니다. 부모 노드가 읽기/쓰기인 경우 자식 노드는 읽기/쓰기가 됩니다. 부모 노드는 모든 자식 노드에 대한 기본 위임 권한을 설정합니다. 개별 자식 노드에 대한 위임은 모든 자식 노드에 대한 기본 위임을 재정의합니다. 이렇게 하면 관리자가 웹 사이트의 특정 자식 노드를 위임할 수 있습니다.

적용 대상

추가 정보