Compartir a través de


RestorePlan.CloseExistingConnections Propiedad

Gets or sets a value indicating whether to close existing connections.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property CloseExistingConnections As Boolean 
    Get 
    Set
'Uso
Dim instance As RestorePlan 
Dim value As Boolean 

value = instance.CloseExistingConnections

instance.CloseExistingConnections = value
public bool CloseExistingConnections { get; set; }
public:
property bool CloseExistingConnections {
    bool get ();
    void set (bool value);
}
member CloseExistingConnections : bool with get, set
function get CloseExistingConnections () : boolean 
function set CloseExistingConnections (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if close existing connections; otherwise, false.

Vea también

Referencia

RestorePlan Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo