AutostartLicensing Property
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 AutostartLicensing property exposes license logging service behavior for Microsoft SQL Server.
Sintassi
object.AutostartLicensing [=value]
Parts
object
an expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetAutostartLicensing(LPBOOL pRetVal);
HRESULT SetAutostartLicensing(BOOL NewValue);
Osservazioni
If TRUE, the license logging service is started when SQL Server starts.
If FALSE, license logging must be started manually.