Share via


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

値を持つアイテムです。

戻り値

未処理のプロパティ値を表す文字列です。

適用対象