Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the AttributeBinding class using an attribute identifier, an attribute type, and an ordinal value.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
attributeId As String, _
type As AttributeBindingType, _
ordinal As Integer _
)
public AttributeBinding (
string attributeId,
AttributeBindingType type,
int ordinal
)
public:
AttributeBinding (
String^ attributeId,
AttributeBindingType type,
int ordinal
)
public AttributeBinding (
String attributeId,
AttributeBindingType type,
int ordinal
)
public function AttributeBinding (
attributeId : String,
type : AttributeBindingType,
ordinal : int
)
Parametri
- attributeId
- type
The attribute binding type.
- ordinal
For key and translation, this indicates the ordinal number within that collection to bind to.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
AttributeBinding Class
AttributeBinding Members
Microsoft.AnalysisServices Namespace