IExplorerPropertyDescriptor.GetValue(IExplorerItem) Metodo

Definizione

Recupera il valore della proprietà non elaborato e specifica la conversione al tipo.

public:
 System::Object ^ GetValue(Microsoft::SqlServer::Management::Explorer::IExplorerItem ^ item);
public object GetValue (Microsoft.SqlServer.Management.Explorer.IExplorerItem item);
abstract member GetValue : Microsoft.SqlServer.Management.Explorer.IExplorerItem -> obj
Public Function GetValue (item As IExplorerItem) As Object

Parametri

item
IExplorerItem

Elemento con il valore.

Restituisce

Object

Oggetto che rappresenta il valore della proprietà non elaborato.

Si applica a