HtmlNodeAttributeCount

Returns the attribute count of an HTML Node

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

Syntax:

SELECT SQLHTTP.net.HtmlNodeAttributeCount ( @HtmlNode )

Arguments:

Name Type Description
@HtmlNode nvarchar(MAX) String containing an HTML element node

Return Type:

int

Sample Usage:

See Also: