SPServerPipeBind Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SPServerPipeBind(Guid) | Initializes a new instance of the SPServerPipeBind class and provides a unique guid identifier for the SPServer object instance. | |
SPServerPipeBind(String) | Initializes a new instance of the SPServerPipeBind class and provides a string identifier that uniquely identifies the SPServer object instance. | |
SPServerPipeBind(SPServer) | Initializes a new instance of the SPServerPipeBind class and provides a SPServer object instance. |
Top
Methods
Name | Description | |
---|---|---|
Discover | (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Retrieves an SPServer object as specified by an identifying parameter in the SPServerPipeBind class constructor. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) | |
ToString | (Inherited from Object.) |
Top