Konstruktor Dimension (String, String)
Inicjuje nowe wystąpienie Dimension, podając nazwę i identyfikator.
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 Dimension(name, id)
public Dimension(
string name,
string id
)
public:
Dimension(
String^ name,
String^ id
)
new :
name:string *
id:string -> Dimension
public function Dimension(
name : String,
id : String
)
Parametry
- name
Typ: System.String
A ciąg zawierające nazwę Dimension.
- id
Typ: System.String
A ciąg zawierających identyfikator unikatowy dla Dimension.
Zobacz także