Partager via


Constructeur ProcessableMajorObject (String)

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

Syntaxe

'Déclaration
Protected Sub New ( _
    name As String _
)
'Utilisation
Dim name As String

Dim instance As New ProcessableMajorObject(name)
protected ProcessableMajorObject(
    string name
)
protected:
ProcessableMajorObject(
    String^ name
)
new : 
        name:string -> ProcessableMajorObject
protected function ProcessableMajorObject(
    name : String
)

Paramètres