Condividi tramite


Proprietà Properties

Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Properties As PropertyCollection
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PropertyCollection
A PropertyCollection that represents the properties defined on the WMI object.