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.