Поделиться через


Account Constructor (String)

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    accountType As String _
)
public Account (
    string accountType
)
public:
Account (
    String^ accountType
)
public Account (
    String accountType
)
public function Account (
    accountType : String
)

Параметры

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Account Class
Account Members
Microsoft.AnalysisServices Namespace