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 | |
---|---|---|
SPContentDatabasePipeBind(Guid) | Instantiates a new instance of the class and provides the guid identifier of the content database object. | |
SPContentDatabasePipeBind(String) | Instantiates a new instance of the class and provides the string identifier of the content database. | |
SPContentDatabasePipeBind(SPContentDatabase) | Instantiates a new instance of the class and provides the SPContentDatabase object. |
Top
Methods
Name | Description | |
---|---|---|
Discover | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Retrieves the SPContentDatabase object that corresponds to the parameters that were passed to the current SPContentDatabasePipeBind object when it was constructed. | |
ToString | (Inherited from Object.) |
Top