SPWebServiceCollection 类
表示SPWebService对象的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPWebService>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPWebService>
Microsoft.SharePoint.Administration.SPWebServiceCollection
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPWebServiceCollection _
Inherits SPPersistedChildCollection(Of SPWebService)
用法
Dim instance As SPWebServiceCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPWebServiceCollection : SPPersistedChildCollection<SPWebService>
备注
使用SPWebServiceCollection构造函数返回的服务器场中的 Web 服务集合。若要创建 Web 服务,使用SPWebService来初始化 Web 服务对象,并使用Add方法将新对象添加到服务器场中的 Web 服务集合。
使用索引器从集合中返回单个的 Web 服务。例如,如果集合分配给名为 myWebServices 的变量中,使用在 C# myWebServices[index]或myWebServices(index)在 Visual Basic,其中index是用于 Web 服务标识的 GUID 或名称。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。