OleDbException.Source プロパティ

定義

エラーを生成した OLE DB プロバイダーの名前を取得します。

public:
 virtual property System::String ^ Source { System::String ^ get(); };
public override string Source { get; }
member this.Source : string
Public Overrides ReadOnly Property Source As String

プロパティ値

エラーを生成した OLE DB プロバイダーの名前。

適用対象