Classe Group
Defines a group of attributes to be used in a UserDefinedGroupBinding binding. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices..::..Group
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")> _
Public NotInheritable Class Group _
Implements ICloneable
'Utilizzo
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
Nel tipo Group sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Group | Initializes a new instance of Group using the default values. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Members | Gets a collection of strings with all group members. | |
Name | Gets or sets group name. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Nuovo: 17 luglio 2006
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.