ExpressionTypeMistmatchException.TypeRight Property
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property TypeRight As String
Get
'Usage
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
Property Value
Type: System.String