Свойство InputString

Gets the input string that caused the type conversion error.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property InputString As String
    Get
'Применение
Dim instance As TypeConversionException
Dim value As String

value = instance.InputString
public string InputString { get; }
public:
property String^ InputString {
    String^ get ();
}
member InputString : string
function get InputString () : String

Значение свойства

Тип: System. . :: . .String
A String value that specifies the input string that caused the type conversion error.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.