Partager via


Account Constructor (String)

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    accountType As String _
)
public Account (
    string accountType
)
public:
Account (
    String^ accountType
)
public Account (
    String accountType
)
public function Account (
    accountType : String
)

Paramètres

  • accountType
    A String containing the name of the account type.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Account Class
Account Members
Microsoft.AnalysisServices Namespace