Metodo LocalizablePropertyDescriptor.GetValue
Gets the value of the specified property. 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 Overrides Function GetValue ( _
component As Object _
) As Object
'Utilizzo
Dim instance As LocalizablePropertyDescriptor
Dim component As Object
Dim returnValue As Object
returnValue = instance.GetValue(component)
public override Object GetValue(
Object component
)
public:
virtual Object^ GetValue(
Object^ component
) override
abstract GetValue :
component:Object -> Object
override GetValue :
component:Object -> Object
public override function GetValue(
component : Object
) : Object
Parametri
- component
Tipo: System.Object
The property to get the value for.
Valore restituito
Tipo: System.Object
An Object that contains the property value.