UserDefinedGroupBinding Class
Represents a user defined group binding.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.UserDefinedGroupBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")> _
Public NotInheritable Class UserDefinedGroupBinding _
Inherits Binding
'Usage
Dim instance As UserDefinedGroupBinding
[GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")]
public sealed class UserDefinedGroupBinding : Binding
[GuidAttribute(L"219486F2-3440-4943-A30E-059DF7CD50CB")]
public ref class UserDefinedGroupBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")>]
type UserDefinedGroupBinding =
class
inherit Binding
end
public final class UserDefinedGroupBinding extends Binding
The UserDefinedGroupBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserDefinedGroupBinding | Initializes a new instance of the UserDefinedGroupBinding class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeID | Gets or sets the attribute identifier. | |
Container | (Inherited from Component.) | |
Groups | Gets a collection of group binding. | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a new copy of the current instance. (Overrides Binding.Clone().) | |
CopyTo | Copies the specified object to the UserDefinedGroupBinding object. | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Inherited from Binding.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.