Partager via


Propriété MergeSessionError.ErrorCode

Gets or sets the error code.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property ErrorCode As String 
    Get 
    Set
'Utilisation
Dim instance As MergeSessionError 
Dim value As String 

value = instance.ErrorCode

instance.ErrorCode = value
public string ErrorCode { get; set; }
public:
property String^ ErrorCode {
    String^ get ();
    void set (String^ value);
}
member ErrorCode : string with get, set
function get ErrorCode () : String 
function set ErrorCode (value : String)

Valeur de propriété

Type : System.String
A String value.

Notes

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

MergeSessionError Classe

Espace de noms Microsoft.SqlServer.Replication