Compartir a través de


ApplicationCollection.Remove Method (Application)

Removes the specified Application object from the collection.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    application As Application _
)
public void Remove (
    Application application
)
public:
void Remove (
    Application^ application
)
public void Remove (
    Application application
)
public function Remove (
    application : Application
)

Parámetros

  • application
    The Application object to remove from the collection.

Notas

If you remove an application after creating the instance, you must Update the instance to apply the changes.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ApplicationCollection Class
ApplicationCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Otros recursos

Asociar aplicaciones con una instancia