SPServerPipeBind Constructor (SPServer)
Initializes a new instance of the SPServerPipeBind class and provides a SPServer object instance.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
server As SPServer _
)
'Usage
Dim server As SPServer
Dim instance As New SPServerPipeBind(server)
public SPServerPipeBind(
SPServer server
)
Parameters
server
Type: Microsoft.SharePoint.Administration.SPServerThe SPServer object instance.