CubeAttributeBinding Constructor (String, String, String, AttributeBindingType)
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
cubeId As String, _
cubeDimensionId As String, _
attributeId As String, _
type As AttributeBindingType _
)
public CubeAttributeBinding (
string cubeId,
string cubeDimensionId,
string attributeId,
AttributeBindingType type
)
public:
CubeAttributeBinding (
String^ cubeId,
String^ cubeDimensionId,
String^ attributeId,
AttributeBindingType type
)
public CubeAttributeBinding (
String cubeId,
String cubeDimensionId,
String attributeId,
AttributeBindingType type
)
public function CubeAttributeBinding (
cubeId : String,
cubeDimensionId : String,
attributeId : String,
type : AttributeBindingType
)
Parameters
- cubeId
- cubeDimensionId
- attributeId
- type
An AttributeBindingType that contains the type of binding.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CubeAttributeBinding Class
CubeAttributeBinding Members
Microsoft.AnalysisServices Namespace