Process 속성
Gets or sets the Process attribute for the parent object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property Process As Boolean
Get
Set
‘사용 방법
Dim instance As Permission
Dim value As Boolean
value = instance.Process
instance.Process = value
public bool Process { get; set; }
public:
property bool Process {
bool get ();
void set (bool value);
}
member Process : bool with get, set
function get Process () : boolean
function set Process (value : boolean)
속성 값
형식: System. . :: . .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.