Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Property AllowInteractiveResolver As Boolean
Get
Set
'Uso
Dim instance As PublicationArticle
Dim value As Boolean
value = instance.AllowInteractiveResolver
instance.AllowInteractiveResolver = value
public bool AllowInteractiveResolver { get; set; }
public:
property bool AllowInteractiveResolver {
bool get ();
void set (bool value);
}
member AllowInteractiveResolver : bool with get, set
function get AllowInteractiveResolver () : boolean
function set AllowInteractiveResolver (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
A Boolean value.