Partilhar via


Método LocalizablePropertyDescriptor.GetValue

Gets the value of the specified property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

LocalizablePropertyDescriptor Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc