Compartir a través de


LocalizablePropertyDescriptor.GetValue Método

Gets the value of the specified property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overrides Function GetValue ( _
    component As Object _
) As Object
'Uso
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

Parámetros

  • component
    Tipo: System.Object
    The property to get the value for.

Valor devuelto

Tipo: System.Object
An Object that contains the property value.

Vea también

Referencia

LocalizablePropertyDescriptor Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc