共用方式為


AttributeRelationship 建構函式 (String)

Initializes a new instance of AttributeRelationship using an identifier.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    attributeId As String _
)
'用途
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
)

參數