Condividi tramite


AddStartParameter Method

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The AddStartParameter method appends a Microsoft SQL Server service startup option to those currently used by the service.

Sintassi

object.AddStartParameter(str)

Parts

Prototype (C/C++)

HRESULT AddStartParameter(SQLDMO_LPCSTR NewValue);

Osservazioni

The list of SQL Server service startup options in use for an instance of SQL Server is visible in SQL Distributed Management Objects (SQL-DMO) through the Parameters collection of the Configuration object. To configure startup options persistently, use the Add and Remove methods of the Parameters collection.

The AddStartParameter method can be used on a disconnected SQLServer object referencing an instance of SQL Server not yet started. The Start method of the SQLServer object will then start the SQL Server service with the option specified.

Nota importanteImportante

Specifying startup options for the SQL Server service is supported for instances of SQL Server on Microsoft Windows.

Applies to: