Freigeben über


ResourceSetPathExpression-Konstruktor

Erstellt eine neue Instanz der ResourceSetPathExpression-Klasse.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

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

Parameter

  • pathExpression
    Typ: System.String
    Pfadausdruck, um den Zielressourcensatz einer Funktion oder einer Prozedur zu berechnen.

Siehe auch

Verweis

ResourceSetPathExpression Klasse

System.Data.Services.Providers-Namespace