Compartilhar via


Construtor AttributeRelationship (String)

Initializes a new instance of AttributeRelationship using an identifier.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub New ( _
    attributeId As String _
)
'Uso
Dim attributeId As String 

Dim instance As New AttributeRelationship(attributeId)
public AttributeRelationship(
    string attributeId
)
public:
AttributeRelationship(
    String^ attributeId
)
new : 
        attributeId:string -> AttributeRelationship
public function AttributeRelationship(
    attributeId : String
)

Parâmetros

  • attributeId
    Tipo: System.String
    A String that contains an attribute identifier.

Consulte também

Referência

AttributeRelationship Classe

Sobrecarregado AttributeRelationship

Namespace Microsoft.AnalysisServices