ADMIN_GetAppVar

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Returns the specified application variable.

Return value: varchar(8000)

The value of the specified application variable or NULL if it doesn't exist.

Parameters

@VariableName mandatory varchar(1000)
The application variable to query.