次の方法で共有


ComErrorException.Source プロパティ

Gets the name of the object or application that is the source of the error.

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

構文

'宣言
Public Overrides ReadOnly Property Source As String 
    Get
'使用
Dim instance As ComErrorException 
Dim value As String 

value = instance.Source
public override string Source { get; }
public:
virtual property String^ Source {
    String^ get () override;
}
abstract Source : string 
override Source : string
override function get Source () : String

プロパティ値

型: System.String
The name of the object or application that is the source of the error.

実装

_Exception.Source

関連項目

参照

ComErrorException クラス

Microsoft.SqlServer.Replication 名前空間