Creates an Extended Analytics template, using an XML string that contains the template definition.
Syntax
<IHsvStarSchemaTemplates>.SetTemplate bstrTmplName, bstrTmplContents, vbOverwrite
Argument | Description |
---|
bstrTmplName | String (ByVal). The name of the new template. |
bstrTmplContents | String (ByVal). The XML string containing the template definition. The string’s schema is described below. |
vbOverwrite | Boolean (ByVal). A flag that specifies whether to overwrite an existing template of the same name. Pass TRUE to overwrite, FALSE otherwise. |