Partilhar via


Propriedade do RDL SourceType

A value that identifies the source of the error.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .String
A String value.

Implementa

IComErrorRecord. . :: . .SourceType