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


ComAssembly Constructor (String)

Initializes a new instance of ComAssembly using the specified assembly.

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

Синтаксис

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

Параметры

  • name
    A String that contains the name of the ComAssembly.

Платформы

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

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

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

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

См. также

Справочник

ComAssembly Class
ComAssembly Members
Microsoft.AnalysisServices Namespace