Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place.
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, _
ordinal As Integer _
)
public CubeAttributeBinding (
string cubeId,
string cubeDimensionId,
string attributeId,
AttributeBindingType type,
int ordinal
)
public:
CubeAttributeBinding (
String^ cubeId,
String^ cubeDimensionId,
String^ attributeId,
AttributeBindingType type,
int ordinal
)
public CubeAttributeBinding (
String cubeId,
String cubeDimensionId,
String attributeId,
AttributeBindingType type,
int ordinal
)
public function CubeAttributeBinding (
cubeId : String,
cubeDimensionId : String,
attributeId : String,
type : AttributeBindingType,
ordinal : int
)
Parameter
- cubeId
- cubeDimensionId
- attributeId
- type
An AttributeBindingType that contains the type of binding.
- ordinal
Specifies the ordinal number that the data source binds to in the collection.
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