Partager via


Assembly Constructor (String, String)

Initializes a new instance of the Assembly class using a name and an identifier.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    name As String, _
    id As String _
)
protected Assembly (
    string name,
    string id
)
protected:
Assembly (
    String^ name, 
    String^ id
)
protected Assembly (
    String name, 
    String id
)
protected function Assembly (
    name : String, 
    id : String
)

Paramètres

  • name
    A String containing the name of the assembly.
  • id
    A String containing a unique identifier for the assembly.

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

Assembly Class
Assembly Members
Microsoft.AnalysisServices Namespace