共用方式為


PropertyTypeMismatchException.ExpectedType 屬性

Gets the expected data type for the property.

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

語法

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

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

屬性值

型別:System.String
A String value that specifies the expected data type for the property.

範例

處理 SMO 例外狀況

請參閱

參考

PropertyTypeMismatchException 類別

Microsoft.SqlServer.Management.Smo 命名空間