UserDefinedGroupBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a user defined group binding.
[System.Runtime.InteropServices.Guid("219486F2-3440-4943-A30E-059DF7CD50CB")]
public sealed class UserDefinedGroupBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("219486F2-3440-4943-A30E-059DF7CD50CB")>]
type UserDefinedGroupBinding = class
inherit Binding
Public NotInheritable Class UserDefinedGroupBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
UserDefinedGroupBinding() |
Properties
AttributeID |
Gets or sets the attribute identifier. |
Groups |
Gets a collection of group binding. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
Clone() |
Returns a copy of the UserDefinedGroupBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
CopyTo(UserDefinedGroupBinding) |
Copies the content of the object to the specified UserDefinedGroupBinding object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |