Condividi tramite


Proprietà IComErrorRecord.SourceType

Gets the value that identifies the source of the error.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
ReadOnly Property SourceType As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IComErrorRecord Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication