Command constructeur (String)
Initializes a new instance of the Command class using a name.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
text As String _
)
'Utilisation
Dim text As String
Dim instance As New Command(text)
public Command(
string text
)
public:
Command(
String^ text
)
new :
text:string -> Command
public function Command(
text : String
)
Paramètres
- text
Type : System. . :: . .String
A string containing the parameter reference.
Voir aussi