Konstruktor Account (String)
Inicjuje nowe wystąpienie Account za pomocą parametru typu konta.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
accountType As String _
)
'Użycie
Dim accountType As String
Dim instance As New Account(accountType)
public Account(
string accountType
)
public:
Account(
String^ accountType
)
new :
accountType:string -> Account
public function Account(
accountType : String
)
Parametry
- accountType
Typ: System.String
A ciąg zawierający nazwę typu konta.
Zobacz także