The source of the error.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
Public ReadOnly Property ErrorSource As String
Get
用法
Dim instance As NativeSqlConnectionException
Dim value As String
value = instance.ErrorSource
public string ErrorSource { get; }
public:
property String^ ErrorSource {
String^ get ();
}
member ErrorSource : string
function get ErrorSource () : String
属性值
类型:System.String
A String value.