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.