Propriété ExpressionTypeMistmatchException.TypeRight

Gets the second type that is associated with the exception.

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

Syntaxe

'Déclaration
Public ReadOnly Property TypeRight As String 
    Get
'Utilisation
Dim instance As ExpressionTypeMistmatchException 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String value that specifies the second type that is associated with the exception.

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

ExpressionTypeMistmatchException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf