Condividi tramite


Metodo GetProperty

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetProperty ( _
    reference As Object, _
    propertyName As String _
) As Object
'Utilizzo
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetProperty(reference, _
    propertyName)
public virtual Object GetProperty(
    Object reference,
    string propertyName
)
public:
virtual Object^ GetProperty(
    Object^ reference, 
    String^ propertyName
)
abstract GetProperty : 
        reference:Object * 
        propertyName:string -> Object 
override GetProperty : 
        reference:Object * 
        propertyName:string -> Object 
public function GetProperty(
    reference : Object, 
    propertyName : String
) : Object

Parametri

Valore restituito

Tipo: System. . :: . .Object
The named property of the specified object.