Constructeur Account (String)

Initializes a new instance of Account using an account type parameter.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    accountType As String _
)
'Utilisation
Dim accountType As String

Dim instance As New Account(accountType)
public Account(
    string accountType
)
public:
Account(
    String^ accountType
)
new : 
        accountType:string -> Account
public function Account(
    accountType : String
)

Paramètres