Cmdlets to provide and manage SQL servers for tests.
Removes a test SQL server.
Remove-SqlTestInstance -Instance <Object> [<CommonParameters>]
Removes a SQL server, in case it was created with `New-SqlTestInstance`.
$Instance = New-SqlTestInstance
PS> Remove-SqlTestInstance -Server $Instance
Specifies the server to remove.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.