DmfExceptionType 屬性
Gets the type of the exception when the string that is assigned to a property is too long.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType
Get
'用途
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
屬性值
型別: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.