Compartir a través de


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.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.WmiEnum (in microsoft.sqlserver.wmienum.dll)

Sintaxis

'Declaración
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.

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo.Wmi Namespace