SPServerPipeBind members

Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters. The binding that this class represents is to input parameters specific to a SharePoint Server instance represented by an SPServer object. This class facilitates the binding to and handling of input parameters as objects, a GUID referencing an object, and as string representations.

The SPServerPipeBind type exposes the following members.

Constructors

  Name Description
Public method SPServerPipeBind(Guid) Initializes a new instance of the SPServerPipeBind class and provides a unique guid identifier for the SPServer object instance.
Public method SPServerPipeBind(String) Initializes a new instance of the SPServerPipeBind class and provides a string identifier that uniquely identifies the SPServer object instance.
Public method SPServerPipeBind(SPServer) Initializes a new instance of the SPServerPipeBind class and provides a SPServer object instance.

Top

Methods

  Name Description
Protected method Discover Gets an identifier from the given [SPServer]. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Retrieves an SPServer object as specified by an identifying parameter in the SPServerPipeBind class constructor. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPServerPipeBind class

Microsoft.SharePoint.PowerShell namespace