Partager via


Propriété StringPropertyTooLongException.DmfExceptionType

Gets the type of the exception when the string that is assigned to a property is too long.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'Utilisation
Dim instance As StringPropertyTooLongException 
Dim value As DmfExceptionType 

value = instance.DmfExceptionType
public override DmfExceptionType DmfExceptionType { get; }
public:
virtual property DmfExceptionType DmfExceptionType {
    DmfExceptionType get () override;
}
abstract DmfExceptionType : DmfExceptionType 
override DmfExceptionType : DmfExceptionType
override function get DmfExceptionType () : DmfExceptionType

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf.DmfExceptionType
A value that represents the type of the exception when the string that is assigned to a property is too long.

Voir aussi

Référence

StringPropertyTooLongException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf