Share via


WmiSmoObject.GetPropertyObject(PropertyCollection, DataRow, Object) メソッド

定義

指定した位置にある指定した値のプロパティを、指定したコレクションから取得します。

protected:
 virtual Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ GetPropertyObject(Microsoft::SqlServer::Management::Smo::PropertyCollection ^ properties, System::Data::DataRow ^ dr, System::Object ^ propValue);
protected virtual Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty GetPropertyObject (Microsoft.SqlServer.Management.Smo.PropertyCollection properties, System.Data.DataRow dr, object propValue);
abstract member GetPropertyObject : Microsoft.SqlServer.Management.Smo.PropertyCollection * System.Data.DataRow * obj -> Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
override this.GetPropertyObject : Microsoft.SqlServer.Management.Smo.PropertyCollection * System.Data.DataRow * obj -> Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
Protected Overridable Function GetPropertyObject (properties As PropertyCollection, dr As DataRow, propValue As Object) As ProtocolProperty

パラメーター

properties
PropertyCollection

プロパティを含んでいるプロパティ コレクションを示す PropertyCollection オブジェクトです。

dr
DataRow

プロパティ コレクション内のプロパティの位置を示す DataRow システム オブジェクトの値です。

propValue
Object

プロパティ値を示す Object 値です。

戻り値

プロトコルのプロパティを示す ProtocolProperty オブジェクトです。

WMI プロバイダーを使用したサービスの管理とネットワーク設定

適用対象