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