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 的硬件和软件要求。