RestoreInfo.Security Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the Security definition to apply to roles from the restore file.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public RestoreSecurity Security { get; set; }
public:
property RestoreSecurity Security {
    RestoreSecurity get();
    void set(RestoreSecurity value);
}
member Security : RestoreSecurity with get, set
Public Property Security As RestoreSecurity

Property Value

Type: Microsoft.AnalysisServices.RestoreSecurity

A RestoreSecurity enumeration value: CopyAll | SkipMembership | IgnoreSecurity

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top