Compartilhar via


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

'Declaration
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 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Account Class
Account Members
Microsoft.AnalysisServices Namespace