Defers the fetching of parameter metadata until it is needed by the application.
Valid values
Enabled | Deferred | Disabled
Enabled=The service always requests parameter description information, even when the application does not require it. This value minimizes network traffic and should be used when parameter information is required for most statements.
Deferred=The service requests parameter description information from the server when the client application asks for it. Use this value when the application requests description information for a small number of statements.
Disabled=Parameter description requests are disabled.