IWSManResourceLocator 接口 (wsmandisp.h)
提供资源的路径。 可以在 IWSManSession 对象操作(例如 IWSManSession.Get、IWSManSession.Put 或 IWSManSession.Enumerate)中使用 IWSManResourceLocator 对象,而不是资源 URI。
继承
IWSManResourceLocator 接口继承自 IUnknown 接口。 IWSManResourceLocator 还具有以下类型的成员:
方法
IWSManResourceLocator 接口具有这些方法。
IWSManResourceLocator::AddOption 添加处理请求所需的数据。 例如,某些 WMI 提供程序可能需要具有特定于提供程序的信息的 IWbemContext 或 SWbemNamedValueSet 对象。 |
IWSManResourceLocator::AddSelector 将选择器添加到 ResourceLocator 对象。 选择器指定资源的特定实例。 |
IWSManResourceLocator::ClearOptions 从 ResourceLocator 对象中删除任何选项。 |
IWSManResourceLocator::ClearSelectors 从 ResourceLocator 对象中删除所有选择器。 可以提供 ResourceLocator 对象,而不是在 IWSManSession 对象操作(如 Get、Put 或 Enumerate)中指定资源 URI。 |
IWSManResourceLocator::get_Error 获取其他错误信息的 XML 表示形式。 (IWSManResourceLocator.get_Error) |
IWSManResourceLocator::get_FragmentDialect 获取或设置在 IWSManSession 对象方法(如 Get、Put 或 Enumerate)中使用 IWSManResourceLocator 时资源片段方言的语言方言。 (获取) |
IWSManResourceLocator::get_FragmentPath 获取或设置在 IWSManSession 对象方法(如 Get、Put 或 Enumerate)中使用 ResourceLocator 时的资源片段或属性的路径。 (获取) |
IWSManResourceLocator::get_MustUnderstandOptions 获取或设置 ResourceLocator 对象的 MustUnderstandOptions 值。 (获取) |
IWSManResourceLocator::get_ResourceURI 所请求资源的资源 URI。 此属性只能包含路径,而不能包含特定实例的查询字符串。 (获取) |
IWSManResourceLocator::p ut_FragmentDialect 获取或设置在 IWSManSession 对象方法(如 Get、Put 或 Enumerate)中使用 IWSManResourceLocator 时资源片段方言的语言方言。 (放置) |
IWSManResourceLocator::p ut_FragmentPath 获取或设置在 IWSManSession 对象方法(如 Get、Put 或 Enumerate)中使用 ResourceLocator 时的资源片段或属性的路径。 (放置) |
IWSManResourceLocator::p ut_MustUnderstandOptions 获取或设置 ResourceLocator 对象的 MustUnderstandOptions 值。 (放置) |
IWSManResourceLocator::p ut_ResourceURI 所请求资源的资源 URI。 此属性只能包含路径,而不能包含特定实例的查询字符串。 (放置) |
注解
相应的脚本对象是 ResourceLocator。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | wsmandisp.h |