Propriedade do RDL RestoreOptions.SetRestrictedUser
Gets or sets whether to restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Property SetRestrictedUser As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True if restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles; otherwise, false.