IExplorerPropertyDescriptor.GetValue(IExplorerItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取原始屬性值,並指定類型轉換。
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
參數
- item
- IExplorerItem
有值的項目。
傳回
表示原始屬性值的物件。