共用方式為


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
)

參數

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

請參閱

參考

AttributeRelationship 類別

AttributeRelationship 多載

Microsoft.AnalysisServices 命名空間