Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
server As SPServer, _
service As SPService _
)
'Usage
Dim name As String
Dim server As SPServer
Dim service As SPService
Dim instance As New SearchServiceInstance(name, server, _
service)
public SearchServiceInstance(
string name,
SPServer server,
SPService service
)
Parameters
- name
Type: System.String
- server
Type: Microsoft.SharePoint.Administration.SPServer
- service
Type: Microsoft.SharePoint.Administration.SPService