ParameterTags Enumeration

Represent the various enumeration flags that may be set on parameters.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Web.PlatformInstaller
Assembly:  Microsoft.Web.PlatformInstaller (in Microsoft.Web.PlatformInstaller.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ParameterTags
'Usage
Dim instance As ParameterTags
[FlagsAttribute]
public enum ParameterTags
[FlagsAttribute]
public enum class ParameterTags
public enum ParameterTags

Members

Member name Description
None Indicates that the current parameter is not tagged.
AppHostConfig Indicates that the current parameter is tagged as an application host configuration.
AppPoolConfig Indicates that the current parameter is tagged as an application pool configuration.
Boolean Indicates that the current parameter is tagged as a boolean value.
ComObject32 Indicates that the current parameter is tagged as a 32-bit COM object.
ComObject64 Indicates that the current parameter is tagged as a 64-bit COM object.
DBAdminPassword Indicates that the current parameter is tagged as a database administrator password.
DBAdminUserName
DBConnectionString Indicates that the current parameter is tagged as a database connection string.
DBName Indicates that the current parameter is tagged as a database name.
DBServer Indicates that the current parameter is tagged as a database server.
DBUserName
DBUserPassword Indicates that the current parameter is tagged as a database password.
Hidden Indicates that the current parameter is tagged as a hidden value.
IisApp Indicates that the current parameter is tagged as an IIS application.
MetaKey
MySql Indicates that the current parameter is tagged as MySql.
MySqlConnectionString Indicates that the current parameter is tagged as a MySql connection string.
New Indicates that the current parameter is tagged as new.
RegKey
SetAcl Indicates that the current parameter is tagged as an ACL to set.
Sql Indicates that the current parameter is tagged as a SQL Server.
SQLite
SqlConnectionString Indicates that the current parameter is tagged as a SQL Server connection string.
Password Indicates that the current parameter is tagged as a password.
PhysicalPath Indicates that the current parameter is tagged as a physical file path.
VistaDB Indicates that the current parameter is tagged as a Windows Vista database.
Validate Indicates that the current parameter is tagged as a validation.

Remarks

Since this enumeration is decorated with the Flags attribute, parameters may be tagged with multiple values from this enumeration.

See Also

Reference

Microsoft.Web.PlatformInstaller Namespace