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.