共用方式為


PropertyTypeMismatchException.ReceivedType 屬性

Gets the data type that was received incorrectly by the property.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property ReceivedType As String 
    Get
'用途
Dim instance As PropertyTypeMismatchException 
Dim value As String 

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

屬性值

型別:System.String
A String that specifies the data type that the property received incorrectly.

範例

處理 SMO 例外狀況

請參閱

參考

PropertyTypeMismatchException 類別

Microsoft.SqlServer.Management.Smo 命名空間