Propriedade do RDL StringPropertyTooLongException.DmfExceptionType
Gets the type of the exception when the string that is assigned to a property is too long.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType
Get
'Uso
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
Valor da propriedade
Tipo: 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.