Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- 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.
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