Udostępnij przez


ClrAssembly.PermissionSet Property

Gets or sets the PermissionSet for a ClrAssembly.

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

Syntax

'Deklaracja
Public Property PermissionSet As PermissionSet
public PermissionSet PermissionSet { get; set; }
public:
property PermissionSet PermissionSet {
    PermissionSet get ();
    void set (PermissionSet value);
}
/** @property */
public PermissionSet get_PermissionSet ()

/** @property */
public void set_PermissionSet (PermissionSet value)
public function get PermissionSet () : PermissionSet

public function set PermissionSet (value : PermissionSet)

Property Value

A PermissionSet enumeration.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.