FunctionNoServerException 類別

定義

當 ExecuteSQL 的純量函式找不到伺服器來發送查詢時,會拋出這個例外

[System.Serializable]
public sealed class FunctionNoServerException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type FunctionNoServerException = class
    inherit DmfException
Public NotInheritable Class FunctionNoServerException
Inherits DmfException
繼承
屬性

建構函式

名稱 Description
FunctionNoServerException()

基礎建構器

FunctionNoServerException(String, Exception)

基礎建構器

FunctionNoServerException(String)

為重複註冊同一組件建立例外

屬性

名稱 Description
DmfExceptionType

例外狀況類型

HelpLink

將輸出幫助網站的連結

(繼承來源 DmfException)

方法

名稱 Description
GetObjectData(SerializationInfo, StreamingContext)

序列化輔助工具

Init()

初始化實例屬性

(繼承來源 DmfException)
SetHelpContext(String)

集合說明上下文

(繼承來源 DmfException)

適用於