Compartir a través de


MergeSessionError.ErrorCode Propiedad

Gets or sets the error code.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property ErrorCode As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value.

Comentarios

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.

Vea también

Referencia

MergeSessionError Clase

Espacio de nombres Microsoft.SqlServer.Replication