Udostępnij za pośrednictwem


Metoda WmiSmoObject.GetPropertyObject

Pobiera właściwość z określonej kolekcja z określonego położenia i wartość.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Wmi
Zestaw:  Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)

Składnia

'Deklaracja
Protected Overridable Function GetPropertyObject ( _
    properties As PropertyCollection, _
    dr As DataRow, _
    propValue As Object _
) As ProtocolProperty
'Użycie
Dim properties As PropertyCollection
Dim dr As DataRow
Dim propValue As Object
Dim returnValue As ProtocolProperty

returnValue = Me.GetPropertyObject(properties, _
    dr, propValue)
protected virtual ProtocolProperty GetPropertyObject(
    PropertyCollection properties,
    DataRow dr,
    Object propValue
)
protected:
virtual ProtocolProperty^ GetPropertyObject(
    PropertyCollection^ properties, 
    DataRow^ dr, 
    Object^ propValue
)
abstract GetPropertyObject : 
        properties:PropertyCollection * 
        dr:DataRow * 
        propValue:Object -> ProtocolProperty 
override GetPropertyObject : 
        properties:PropertyCollection * 
        dr:DataRow * 
        propValue:Object -> ProtocolProperty 
protected function GetPropertyObject(
    properties : PropertyCollection, 
    dr : DataRow, 
    propValue : Object
) : ProtocolProperty

Parametry

  • dr
    Typ: System.Data.DataRow
    A DataRow wartość obiektu systemu, który określa położenie właściwość kolekcja właściwość.

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
A ProtocolProperty obiekt, który określa właściwość protokół.