Partager via


PropertyType Enumeration

The PropertyType enumeration contains values that are used to specify the data type of property for any of the Windows Management Instrumentation (WMI) property objects.

Espace de noms: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.WmiEnum (in microsoft.sqlserver.wmienum.dll)

Syntaxe

'Déclaration
Public Enumeration PropertyType
public enum PropertyType
public enum class PropertyType
public enum PropertyType
public enum PropertyType

Members

Member name Description
FlagValue The property is a flag value.
NumericValue The property is a numeric value.
StringValue The property is a string value.

Notes

The PropertyType enumerated class is served by the PropertyType property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo.Wmi Namespace