共用方式為


StringPropertyTooLongException.Message 屬性

Gets the displayed message 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 Message As String 
    Get
'用途
Dim instance As StringPropertyTooLongException 
Dim value As String 

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string 
override Message : string
override function get Message () : String

屬性值

型別:System.String
A string that represents the displayed message when the string that is assigned to a property is too long.

實作

_Exception.Message

請參閱

參考

StringPropertyTooLongException 類別

Microsoft.SqlServer.Management.Dmf 命名空間