ComErrorException.Source Propiedad
Gets the name of the object or application that is the source of the error.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property Source As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The name of the object or application that is the source of the error.