SourceType Propiedad
A 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
Public ReadOnly Property SourceType As String
Get
'Uso
Dim instance As ComErrorRecord
Dim value As String
value = instance.SourceType
public string SourceType { get; }
public:
virtual property String^ SourceType {
String^ get () sealed;
}
abstract SourceType : string
override SourceType : string
final function get SourceType () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value.
Implementa
Vea también