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.