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
有值的項目。
傳回
表示原始屬性值的字串。