Share via


SPContentDatabasePipeBind constructor (Guid)

Instantiates a new instance of the class and provides the guid identifier of the content database object.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public Sub New ( _
    guid As Guid _
)
'Usage
Dim guid As Guid

Dim instance As New SPContentDatabasePipeBind(guid)
public SPContentDatabasePipeBind(
    Guid guid
)

Parameters

  • guid
    Type: System.Guid

    Guid that uniquely identifies the database object.

See also

Reference

SPContentDatabasePipeBind class

SPContentDatabasePipeBind members

SPContentDatabasePipeBind overload

Microsoft.SharePoint.PowerShell namespace