IComErrorRecord.Description Property

Gets the description of the error.

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

Syntax

'Declaration
ReadOnly Property Description As String 
    Get
'Usage
Dim instance As IComErrorRecord 
Dim value As String 

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

Property Value

Type: String
The description of the error.

See Also

Reference

IComErrorRecord Interface

Microsoft.SqlServer.Replication Namespace