创建 ResourceSetPathExpression 类的新实例。
命名空间: System.Data.Services.Providers
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Public Sub New ( _
pathExpression As String _
)
用法
Dim pathExpression As String
Dim instance As New ResourceSetPathExpression(pathExpression)
public ResourceSetPathExpression(
string pathExpression
)
public:
ResourceSetPathExpression(
String^ pathExpression
)
new :
pathExpression:string -> ResourceSetPathExpression
public function ResourceSetPathExpression(
pathExpression : String
)
参数
- pathExpression
类型:System.String
表示要计算的函数或过程的目标资源集的路径表达式。