Конструктор Relationship (String)
Initializes a new instance of the Relationship class using the specified identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
id As String _
)
'Применение
Dim id As String
Dim instance As New Relationship(id)
public Relationship(
string id
)
public:
Relationship(
String^ id
)
new :
id:string -> Relationship
public function Relationship(
id : String
)
Параметры
- id
Тип: System.String
The identifier of the relationship.