ClrAssembly.PermissionSet Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the PermissionSet for a ClrAssembly.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.PermissionSet

A PermissionSet enumeration.

Remarks

The default PermissionSet enables the most conservative set of permissions. Manually changing the permission settings may decrease security.

See Also

ClrAssembly Class
Microsoft.AnalysisServices Namespace

Return to top