Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The source of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorSource As String
Get
'Usage
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
Property Value
Type: System.String
A String value.