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.

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

Syntax

'Declaration
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.

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo.Wmi Namespace