Freigeben über


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.

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.Wmi Namespace