Propriété ExpressionTypeMistmatchException.TypeLeft
Gets the first 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 TypeLeft As String
Get
'Utilisation
Dim instance As ExpressionTypeMistmatchException
Dim value As String
value = instance.TypeLeft
public string TypeLeft { get; }
public:
property String^ TypeLeft {
String^ get ();
}
member TypeLeft : string
function get TypeLeft () : String
Valeur de propriété
Type : System.String
A String value that specifies the first 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.