Remove-InstantCloneConnection

Syntax

Remove-InstantCloneConnection -ConnectionName <string> [<CommonParameters>]

Remove-InstantCloneConnection -ConnectionId <string> [<CommonParameters>]

Description

Parameters

-ConnectionId <System.String>

The connection Id to remove.

Aliases None
Required?true
Position?named
Default Value None
Accept Pipeline Inputfalse
Accept Wildcard Charactersfalse

-ConnectionName <System.String>

The connection name to remove.

Aliases None
Required?true
Position?named
Default Value None
Accept Pipeline Inputfalse
Accept Wildcard Charactersfalse

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Return values

The output type is the type of the objects that the cmdlet emits.

Examples

---------- EXAMPLE 1 ----------

Remove-InstantCloneConnection -Id 79514603-B53E-4D85-98C8-D3D24DBDFF1C

Removes the connection with Id 79514603-B53E-4D85-98C8-D3D24DBDFF1C.

---------- EXAMPLE 2 ----------

Remove-InstantCloneConnection -Name .\sql2012

Removes the connection with Name .\sql2012.