Account Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Account() |
Initializes a new instance of Account using the default values. |
Account(String) |
Initializes a new instance of Account using the specified account type parameter. |
Account()
Initializes a new instance of Account using the default values.
public Account ();
Public Sub New ()
Applies to
Account(String)
Initializes a new instance of Account using the specified account type parameter.
public Account (string accountType);
new Microsoft.AnalysisServices.Account : string -> Microsoft.AnalysisServices.Account
Public Sub New (accountType As String)
Parameters
- accountType
- String
A String containing the type of the account.