Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Path expression to calculate the target resource set of a function or procedure.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property PathExpression As String
Get
'Usage
Dim instance As ResourceSetPathExpression
Dim value As String
value = instance.PathExpression
public string PathExpression { get; }
public:
property String^ PathExpression {
String^ get ();
}
member PathExpression : string
function get PathExpression () : String
Property Value
Type: System.String
The path expression.