AuthParam

Retrieves a previously saved Authorization Parameter associated with a Profile

  • Function
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

SELECT SQLHTTP.net.AuthParam ( @Profile, @Name )

Arguments:

Name Type Description
@Profile nvarchar(100) The Profile under which Authorization Parameters were saved
@Name nvarchar(50) Parameter Name previously set

Return Type:

nvarchar(MAX)

Sample Usage:

See Also: