Account Constructor (String)
Initializes a new instance of Account using an account type parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
Public Sub New ( _
accountType As String _
)
public Account (
string accountType
)
public:
Account (
String^ accountType
)
public Account (
String accountType
)
public function Account (
accountType : String
)
Parameters
- accountType
A String containing the name of the account type.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.