Initializes a new instance of the ExpressionBinding class with the specified expression.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub New ( _
expression As String _
)
用法
Dim expression As String
Dim instance As New ExpressionBinding(expression)
public ExpressionBinding(
string expression
)
public:
ExpressionBinding(
String^ expression
)
new :
expression:string -> ExpressionBinding
public function ExpressionBinding(
expression : String
)
参数
- expression
类型:System.String
The expression.