Конструктор Account (String)
Initializes a new instance of Account using an account type parameter.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
accountType As String _
)
'Применение
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
)
Параметры
- accountType
Тип System. . :: . .String
A String containing the name of the account type.
См. также