Partager via


Propriété ExpressionSerializationException.TypeRead

Gets the type read with the serialization.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TypeRead As String 
    Get
'Utilisation
Dim instance As ExpressionSerializationException 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String value that specifies the type that is read with the serialization.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

ExpressionSerializationException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf