SPServiceInstanceDependencyCollection constructor
Initializes a new instance of the SPServiceInstanceDependencyCollection class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
service As SPService _
)
'Usage
Dim service As SPService
Dim instance As New SPServiceInstanceDependencyCollection(service)
public SPServiceInstanceDependencyCollection(
SPService service
)
Parameters
service
Type: Microsoft.SharePoint.Administration.SPServiceAn SPService object that represents the service that the collection of service instances depends upon.
See also
Reference
SPServiceInstanceDependencyCollection class