Metoda GetValue
Pobiera wartości określonej właściwość. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Overrides Function GetValue ( _
component As Object _
) As Object
'Użycie
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
Parameters
- component
Typ: System. . :: . .Object
Właściwość, aby uzyskać wartość.
Wartość zwracana
Typ: System. . :: . .Object
Object Zawierający wartość właściwość.
Zobacz także