Partager via


Propriété PropertyTypeMismatchException.ExpectedType

Gets the expected data type for the property.

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

Syntaxe

'Déclaration
Public ReadOnly Property ExpectedType As String 
    Get
'Utilisation
Dim instance As PropertyTypeMismatchException 
Dim value As String 

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

Valeur de propriété

Type : System.String
A String value that specifies the expected data type for the property.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

PropertyTypeMismatchException Classe

Espace de noms Microsoft.SqlServer.Management.Smo