SPContentDatabasePipeBind 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 content database in a Microsoft SharePoint Foundation deployment. This class facilitates the binding to and handling of input parameters as an instance of an SPContentDatabase object, a GUID referencing an object, and as the string representation of a GUID.

The SPContentDatabasePipeBind type exposes the following members.

Constructors

  Name Description
Public method SPContentDatabasePipeBind(Guid) Instantiates a new instance of the class and provides the guid identifier of the content database object.
Public method SPContentDatabasePipeBind(String) Instantiates a new instance of the class and provides the string identifier of the content database.
Public method SPContentDatabasePipeBind(SPContentDatabase) Instantiates a new instance of the class and provides the SPContentDatabase object.

Top

Methods

  Name Description
Public method Discover
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 the SPContentDatabase object that corresponds to the parameters that were passed to the current SPContentDatabasePipeBind object when it was constructed.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPContentDatabasePipeBind Class

Microsoft.SharePoint.PowerShell Namespace