Конструктор 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.