These pages cover SQL Clone Technical Preview 0.2 to 0.3, which is not the latest version. Help for other versions is also available.

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.

  • None.
    You cannot pipe input to this cmdlet.

Return values

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

  • None.
    You cannot pipe input to this cmdlet.

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.

  • No labels