Share via


SPContentDatabasePipeBind constructor (String)

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

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

Syntax

'Declaration
Public Sub New ( _
    uniqueIdentifier As String _
)
'Usage
Dim uniqueIdentifier As String

Dim instance As New SPContentDatabasePipeBind(uniqueIdentifier)
public SPContentDatabasePipeBind(
    string uniqueIdentifier
)

Parameters

  • uniqueIdentifier
    Type: System.String

    String that uniquely identifies the content database.

See also

Reference

SPContentDatabasePipeBind class

SPContentDatabasePipeBind members

SPContentDatabasePipeBind overload

Microsoft.SharePoint.PowerShell namespace