IExplorerPropertyDescriptor.GetValueAsString(IExplorerItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用預設型別轉換器將原始屬性值轉換成字串。
public:
System::String ^ GetValueAsString(Microsoft::SqlServer::Management::Explorer::IExplorerItem ^ item);
public string GetValueAsString(Microsoft.SqlServer.Management.Explorer.IExplorerItem item);
abstract member GetValueAsString : Microsoft.SqlServer.Management.Explorer.IExplorerItem -> string
Public Function GetValueAsString (item As IExplorerItem) As String
參數
- item
- IExplorerItem
那個有價值的物品。
傳回
字串 代表原始屬性值。