Freigeben über


Command-Konstruktor (String)

Initializes a new instance of the Command class using a name.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub New ( _
    text As String _
)
'Usage
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
)

Parameter

  • text
    Typ: System.String
    A string containing the parameter reference.

Siehe auch

Verweis

Command Klasse

Command-Überladung

Microsoft.AnalysisServices-Namespace