WmiSmoObject 생성자

정의

WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

오버로드

WmiSmoObject()

WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

WmiSmoObject(String)

지정된 이름을 사용하여 WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

WmiSmoObject(WmiCollectionBase, String)

지정한 이름과 컬렉션 기본 클래스를 가진 WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

WmiSmoObject()

WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

protected public:
 WmiSmoObject();
protected internal WmiSmoObject ();
Protected Friend Sub New ()

예제

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

설명

기본 생성자는 모든 필드를 기본값으로 초기화합니다.

적용 대상

WmiSmoObject(String)

지정된 이름을 사용하여 WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

protected public:
 WmiSmoObject(System::String ^ name);
protected internal WmiSmoObject (string name);
new Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject : string -> Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
Protected Friend Sub New (name As String)

매개 변수

name
String

String 개체의 이름을 지정하는 WmiSmoObject 값입니다.

예제

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

설명

이 생성자는 파생 클래스 생성자에 의해 호출되어 이 형식의 상태를 초기화합니다.

적용 대상

WmiSmoObject(WmiCollectionBase, String)

지정한 이름과 컬렉션 기본 클래스를 가진 WmiSmoObject 클래스의 새 인스턴스를 초기화합니다.

protected public:
 WmiSmoObject(Microsoft::SqlServer::Management::Smo::Wmi::WmiCollectionBase ^ parentColl, System::String ^ name);
protected internal WmiSmoObject (Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase parentColl, string name);
new Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject : Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase * string -> Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
Protected Friend Sub New (parentColl As WmiCollectionBase, name As String)

매개 변수

parentColl
WmiCollectionBase

WmiCollectionBase 개체의 기반이 되는 WmiSmoObject 개체입니다.

name
String

String 개체의 이름을 지정하는 WmiSmoObject 값입니다.

예제

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

설명

이 생성자는 파생 클래스 생성자에 의해 호출되어 이 형식의 상태를 초기화합니다.

적용 대상