IExplorerPropertyDescriptor.GetValueAsString(IExplorerItem) Method

Definition

Converts the raw property value to a string using the default type converter.

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

Parameters

item
IExplorerItem

The item which has the value.

Returns

A string the represents the raw property value.

Applies to