Account Constructors

Definition

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.

Applies to