次の方法で共有


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

指定したメッセージ ソースとメッセージを使用して、SQLTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    messageSource As Type, _
    messageID As String _
)
'使用
Dim messageSource As Type 
Dim messageID As String 

Dim instance As New SqlTraceFailToLoadInstAPIAssemblyException(messageSource, _
    messageID)
public SqlTraceFailToLoadInstAPIAssemblyException(
    Type messageSource,
    string messageID
)
public:
SqlTraceFailToLoadInstAPIAssemblyException(
    Type^ messageSource, 
    String^ messageID
)
new : 
        messageSource:Type * 
        messageID:string -> SqlTraceFailToLoadInstAPIAssemblyException
public function SqlTraceFailToLoadInstAPIAssemblyException(
    messageSource : Type, 
    messageID : String
)

パラメーター

  • messageSource
    型: System.Type
    メッセージのソースを示す Type システム オブジェクトの値です。
  • messageID
    型: System.String
    一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。

使用例

SMO 例外の処理

関連項目

参照

SqlTraceFailToLoadInstAPIAssemblyException クラス

SqlTraceFailToLoadInstAPIAssemblyException オーバーロード

Microsoft.SqlServer.Management.Trace 名前空間

その他の技術情報

SMO 例外の処理