Konstruktor AggregationInstance (String)
Inicjuje nowe wystąpienie AggregationInstance klasy przy użyciu nazwy.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String _
)
'Użycie
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
)
Parametry
- name
Typ: System.String
A ciąg zawierające nazwę AggregationInstance.
Zobacz także