ResourceSetPathExpression Class
This class represents the path expression to calculate the target resource set of a Function or Procedure.
Inheritance Hierarchy
System.Object
System.Data.Services.Providers.ResourceSetPathExpression
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Class ResourceSetPathExpression
'Usage
Dim instance As ResourceSetPathExpression
public class ResourceSetPathExpression
public ref class ResourceSetPathExpression
type ResourceSetPathExpression = class end
public class ResourceSetPathExpression
The ResourceSetPathExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceSetPathExpression | Creates a new instance of the ResourceSetPathExpression class. |
Top
Properties
Name | Description | |
---|---|---|
PathExpression | Path expression to calculate the target resource set of a function or procedure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.