The AutostartLicensing property exposes license logging service behavior for Microsoft® SQL Server™.
object.AutostartLicensing [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetAutostartLicensing(LPBOOL pRetVal);
HRESULT SetAutostartLicensing(BOOL NewValue);
If TRUE, the license logging service is started when SQL Server starts.
If FALSE, license logging must be started manually.