Propriedade do RDL InputString
Gets the input string that caused the type conversion error.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property InputString As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the input string that caused the type conversion error.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também