Freigeben über


Group-Klasse

Defines a group of attributes to be used in a UserDefinedGroupBinding binding. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.Group

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")> _
Public NotInheritable Class Group _
    Implements ICloneable
'Usage
Dim instance As Group
[GuidAttribute("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")]
public sealed class Group : ICloneable
[GuidAttribute(L"5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")]
public ref class Group sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")>]
type Group =  
    class 
        interface ICloneable 
    end
public final class Group implements ICloneable

Der Group-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Group Initializes a new instance of Group using the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Members Gets a collection of strings with all group members.
Öffentliche Eigenschaft Name Gets or sets group name.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a full copy of current Group object.
Öffentliche Methode CopyTo Copies the current Group object into the object that is passed as a parameter.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new copy of the object instance.

Zum Anfang

Hinweise

Neu:   17. Juli 2006

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace