UnsupportedCompatLevelException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當執行操作時指定該操作的相容性等級未被支援時,會拋出該例外。
[System.Serializable]
public sealed class UnsupportedCompatLevelException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedCompatLevelException = class
inherit SmoException
Public NotInheritable Class UnsupportedCompatLevelException
Inherits SmoException
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| UnsupportedCompatLevelException() |
T:Microsoft 的建構器。SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String, Exception) |
T:Microsoft 的建構器。SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String) |
T:Microsoft 的建構器。SqlServer.Management.Smo.UnsupportedCompatLevelException. |
屬性
| 名稱 | Description |
|---|---|
| HelpLink |
會收到一個連結作為支援網站的字串。 (繼承來源 SmoException) |
| SmoExceptionType |
從 T:Microsoft 獲得的那種例外。SqlServer.Management.Smo.SmoExceptionType enumeration. |
方法
| 名稱 | Description |
|---|---|
| SetHelpContext(String) |
當執行操作時指定該操作的相容性等級未被支援時,會拋出該例外。 (繼承來源 SmoException) |