ProcessableMajorObject constructeur (String)
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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
- name
Type : System. . :: . .String