Поделиться через


Permission.Process Property

Gets or sets the Process attribute for the parent object.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<DefaultValueAttribute(False)> _
Public Property Process As Boolean
[DefaultValueAttribute(false)] 
public bool Process { get; set; }
[DefaultValueAttribute(false)] 
public:
property bool Process {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Process ()

/** @property */
public void set_Process (boolean value)
public function get Process () : boolean

public function set Process (value : boolean)

Значение свойства

A Boolean value with the process attribute.

Замечания

true if members can process the object or any object contained in the object. false if members cannot process the parent object.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Permission Class
Permission Members
Microsoft.AnalysisServices Namespace