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 a Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Property Confirm As Boolean
Get
Set
'Uso
Dim instance As DuplicateFoundEventArgs
Dim value As Boolean
value = instance.Confirm
instance.Confirm = value
public bool Confirm { get; set; }
public:
property bool Confirm {
bool get ();
void set (bool value);
}
member Confirm : bool with get, set
function get Confirm () : boolean
function set Confirm (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers