Windward Studios API Reference
DataSourceProfiles Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics Class : DataSourceProfiles Property




Glossary Item Box

All the datasources in the template's metadata. The properties are the set of name/value pairs that define the datasource. All include name, root-path, full-type, and windows-identity or username and password. XML includes url and schema. SQL includes provider-class and connection-string or server and database. There are additional properties for various cases (such as ODBC which has a provider). Many properties (like name) can have no value and then will not be in the returned Dictionary.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataSourceProfiles As List(Of TemplateMetrics.DataSourceProfile)
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics
Dim value As List(Of TemplateMetrics.DataSourceProfile)
 
value = instance.DataSourceProfiles
C# 
public List<TemplateMetrics.DataSourceProfile> DataSourceProfiles {get;}
Managed Extensions for C++ 
public: __property List<TemplateMetrics.DataSourceProfile*>* get_DataSourceProfiles();
C++/CLI 
public:
property List<TemplateMetrics.DataSourceProfile^>^ DataSourceProfiles {
   List<TemplateMetrics.DataSourceProfile^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software