LocalizablePropertyDescriptor.GetValue 方法

Gets the value of the specified property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides Function GetValue ( _
    component As Object _
) As Object
用法
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

参数

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

返回值

类型:System.Object
An Object that contains the property value.

请参阅

参考

LocalizablePropertyDescriptor 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间