Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As PropertyCollection
Get
'Usage
Dim instance As WmiSmoObject
Dim value As PropertyCollection
value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection
Property Value
Type: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection that represents the properties defined on the WMI object.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace