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 命名空間