SourceType-Eigenschaft
A value that identifies the source of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property SourceType As String
Get
'Usage
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
Eigenschaftenwert
Typ: System. . :: . .String
A String value.
Implementiert
Siehe auch