Compartir a través de


InstanceCollection.Add Method

Adds an Instance to the InstanceCollection.

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

Sintaxis

'Declaración
Public Sub Add ( _
    instance As Instance _
)
public void Add (
    Instance instance
)
public:
void Add (
    Instance^ instance
)
public void Add (
    Instance instance
)
public function Add (
    instance : Instance
)

Parámetros

  • instance
    The Instance to add to the collection.

Notas

Each Instance within the collection and on the database server must have a unique name.

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

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

Otros recursos

Configurar instancias de Notification Services
NotificationServicesInstance Element (ICF)