Constructeur AttributeRelationship (String)

Initializes a new instance of AttributeRelationship using an identifier.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    attributeId As String _
)
'Utilisation
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
)

Paramètres