Compartir a través de


ClrAssembly.PermissionSet Property

Gets or sets the PermissionSet for a ClrAssembly.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

A PermissionSet enumeration.

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ClrAssembly Class
ClrAssembly Members
Microsoft.AnalysisServices Namespace