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
)
Parameter
- cubeId
- cubeDimensionId
- attributeId
- type
An AttributeBindingType that contains the type of binding.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CubeAttributeBinding Class
CubeAttributeBinding Members
Microsoft.AnalysisServices Namespace