Condividi tramite


Proprietà RestoreOptions.SetRestrictedUser

Gets or sets whether to restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property SetRestrictedUser As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As RestoreOptions 
Dim value As Boolean 

value = instance.SetRestrictedUser

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

Valore proprietà

Tipo: System.Boolean
True if restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles; otherwise, false.

Vedere anche

Riferimento

RestoreOptions Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo