Aracılığıyla paylaş


WmiSmoObject.Properties Özelliği

Temsil eden bir koleksiyon , Property nesneler.Her Property nesnesi gösteren bir özellik tanımlı Windows Yönetim Araçları (WMI) nesnesi.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Wmi
Derleme:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property Properties As PropertyCollection
    Get
'Kullanım
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

Özellik Değeri

Tür: Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection temsil eden özellikler tanımlı WMI nesnesi.