Partager via


ClrAssembly.PermissionSet Property

Gets or sets the PermissionSet for a ClrAssembly.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

A PermissionSet enumeration.

Notes

The default PermissionSet equals safe. That is, the most conservative set of permissions. So, you have to change them on purpose to get out of the safe position.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace