WmiSmoObject.GetPropertyObject(PropertyCollection, DataRow, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的位置和值从指定集合中检索属性。
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 对象,该对象指定包含此属性的属性集。
返回
一个指定协议属性的 ProtocolProperty 对象。