WmiSmoObject コンストラクター (WmiCollectionBase, String)
指定した名前とコレクションの基本クラスで WmiSmoObject クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Protected Friend Sub New ( _
parentColl As WmiCollectionBase, _
name As String _
)
'使用
Dim parentColl As WmiCollectionBase
Dim name As String
Dim instance As New WmiSmoObject(parentColl, _
name)
protected internal WmiSmoObject(
WmiCollectionBase parentColl,
string name
)
protected public:
WmiSmoObject(
WmiCollectionBase^ parentColl,
String^ name
)
new :
parentColl:WmiCollectionBase *
name:string -> WmiSmoObject
function WmiSmoObject(
parentColl : WmiCollectionBase,
name : String
)
パラメーター
- parentColl
型: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiCollectionBase
WmiSmoObject オブジェクトの基になる WmiCollectionBase オブジェクトです。
- name
型: System. . :: . .String
WmiSmoObject オブジェクトの名前を示す String 値です。
説明
このコンストラクターは、この型の状態を初期化するために、派生したクラス コンストラクターによって呼び出されます。