FunctionNotASmoObjectException コンストラクター (String, String)

指定された関数とオブジェクトの型を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    functionName As String, _
    targetType As String _
)
'使用
Dim functionName As String 
Dim targetType As String 

Dim instance As New FunctionNotASmoObjectException(functionName, _
    targetType)
public FunctionNotASmoObjectException(
    string functionName,
    string targetType
)
public:
FunctionNotASmoObjectException(
    String^ functionName, 
    String^ targetType
)
new : 
        functionName:string * 
        targetType:string -> FunctionNotASmoObjectException
public function FunctionNotASmoObjectException(
    functionName : String, 
    targetType : String
)

パラメーター

  • functionName
    型: System.String
    例外に関連付けられている関数の名前を示す String 値です。
  • targetType
    型: System.String
    サポートされていないオブジェクトの型を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

FunctionNotASmoObjectException クラス

FunctionNotASmoObjectException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間