Konstruktor Aggregation (String, String)
Inicjuje nowe wystąpienie Aggregation klasy przy użyciu nazwy i identyfikatora.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
id As String _
)
'Użycie
Dim name As String
Dim id As String
Dim instance As New Aggregation(name, id)
public Aggregation(
string name,
string id
)
public:
Aggregation(
String^ name,
String^ id
)
new :
name:string *
id:string -> Aggregation
public function Aggregation(
name : String,
id : String
)
Parametry
- name
Typ: System.String
A ciąg zawierający nazwę agregacja.
- id
Typ: System.String
A ciąg zawierających identyfikator unikatowy dla agregacja.
Zobacz także