ConfigurationModuleProvider.SetChildDelegationState 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 경로에 대해 지정된 위임 상태를 설정합니다.
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 개체입니다.
예외
path
가 null
이거나 비어 있는 경우
path
앞에 슬래시(/)가 없습니다.
설명
이 메서드는 DelegationState 자식 노드의 개체를 DelegationState 모듈 공급자의 로 설정합니다. 부모 노드가 읽기 전용인 경우 자식 노드는 읽기 전용입니다. 부모 노드가 읽기/쓰기인 경우 자식 노드는 읽기/쓰기가 됩니다. 부모 노드는 모든 자식 노드에 대한 기본 위임 권한을 설정합니다. 개별 자식 노드에 대한 위임은 모든 자식 노드에 대한 기본 위임을 재정의합니다. 이렇게 하면 관리자가 웹 사이트의 특정 자식 노드를 위임할 수 있습니다.