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.

命名空間: Microsoft.SqlServer.Management.Smo.Wmi
組件: Microsoft.SqlServer.WmiEnum (in microsoft.sqlserver.wmienum.dll)

語法

'宣告
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.

備註

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo.Wmi Namespace