IHsvStarSchemaTemplates Interface

The IHsvStarSchemaTemplates interface enables you to work with Extended Analytics templates. For example, you can use this interface to create and delete templates.

To set an IHsvStarSchemaTemplates object reference, set the object variable to a previously set HsvStarSchemaACM object reference as shown in the following example:

Dim cStarSchemaTemplates As IHsvStarSchemaTemplates
'cStarSchema is an HsvStarSchemaACM object reference
Set cStarSchemaTemplates = cStarSchema

The interface’s methods are summarized in IHsvStarSchemaTemplates Interface Overview, and are described in detail in the following topics.