WmiSmoObject.Properties 속성

정의

Property 개체의 컬렉션을 나타냅니다. 각 Property 개체는 WMI 개체에 정의된 속성을 나타냅니다.

public:
 property Microsoft::SqlServer::Management::Smo::PropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::PropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.PropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

속성 값

WMI 개체에 정의된 속성을 나타내는 PropertyCollection입니다.

예제

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

적용 대상