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