Właściwość WmiSmoObject.Properties
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public ReadOnly Property Properties As PropertyCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection , reprezentuje właściwości zdefiniowane na obiektu usługi WMI.
Zobacz także