IExplorerPropertyDescriptor.GetValueAsString(IExplorerItem) 方法

定義

使用預設類型轉換子,將原始屬性值轉換為字串。

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

有值的項目。

傳回

String

表示原始屬性值的字串。

適用於