AutostartLicensing Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The AutostartLicensing property exposes license logging service behavior for Microsoft SQL Server.
Sintaxis
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);
Notas
If TRUE, the license logging service is started when SQL Server starts.
If FALSE, license logging must be started manually.