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.