Dimension.ProcessingGroup Property
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultValueAttribute(ProcessingGroup.ByAttribute)> _
Public Property ProcessingGroup As ProcessingGroup
[DefaultValueAttribute(ProcessingGroup.ByAttribute)]
public ProcessingGroup ProcessingGroup { get; set; }
[DefaultValueAttribute(ProcessingGroup::ByAttribute)]
public:
property ProcessingGroup ProcessingGroup {
ProcessingGroup get ();
void set (ProcessingGroup value);
}
/** @property */
public ProcessingGroup get_ProcessingGroup ()
/** @property */
public void set_ProcessingGroup (ProcessingGroup value)
public function get ProcessingGroup () : ProcessingGroup
public function set ProcessingGroup (value : ProcessingGroup)
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 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace