ReportingService2006.InheritParentSecurity メソッド
アイテムに関連付けられたポリシーを削除します。 その結果、アイテムは親からポリシーを継承します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Sub InheritParentSecurity ( _
Item As String _
)
'使用
Dim instance As ReportingService2006
Dim Item As String
instance.InheritParentSecurity(Item)
public void InheritParentSecurity(
string Item
)
public:
void InheritParentSecurity(
String^ Item
)
member InheritParentSecurity :
Item:string -> unit
public function InheritParentSecurity(
Item : String
)
パラメーター
- Item
型: System.String
ファイル名と拡張子を含む、アイテムの完全修飾 URL です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
アイテムに関連付けられたポリシーを削除すると、アイテムは親に関連付けられたポリシーを継承します。 アイテムから削除されたポリシーは、そのポリシーを継承している子アイテムからも削除されます。