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 | |
---|---|---|
Group | Initializes a new instance of Group using the default values. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Members | Gets a collection of strings with all group members. | |
Name | Gets or sets group name. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Returns a full copy of current Group object. | |
CopyTo | Copies the current Group object into the object that is passed as a parameter. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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.