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

VB
'Declaration
Public Sub New ( _
    accountType As String _
)
'Usage
Dim accountType As String 

Dim instance As New Account(accountType)

Parameters

  • accountType
    Type: System.String
    A String containing the name of the account type.

See Also

Reference

Account Class

Account Overload

Microsoft.AnalysisServices Namespace