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)
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace