Compartir a través de


IComErrorRecord.SourceType Propiedad

Gets the value that identifies the source of the error.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
ReadOnly Property SourceType As String 
    Get
'Uso
Dim instance As IComErrorRecord 
Dim value As String 

value = instance.SourceType
string SourceType { get; }
property String^ SourceType {
    String^ get ();
}
abstract SourceType : string
function get SourceType () : String

Valor de la propiedad

Tipo: System.String
The value that identifies the source of the error.

Vea también

Referencia

IComErrorRecord Interfaz

Espacio de nombres Microsoft.SqlServer.Replication