Конструктор Command (String)
Initializes a new instance of the Command class using a name.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
text As String _
)
'Применение
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
)
Параметры
- text
Тип System. . :: . .String
A string containing the parameter reference.
См. также