Bagikan melalui


RestoreOptions.SetRestrictedUser Property

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 (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property SetRestrictedUser As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

RestoreOptions Class

Microsoft.SqlServer.Management.Smo Namespace