Proprietà WmiSmoObject.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.

Esempi

Gestione di servizi e di impostazioni di rete tramite il provider WMI

Vedere anche

Riferimento

WmiSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi

Altre risorse

WMI and SQL Server

Connessione al Motore di database di SQL Server