Compartir a través de


ResourceSetPathExpression.PathExpression Propiedad

Expresión de ruta para calcular el conjunto de recursos de destino de una función o procedimiento.

Espacio de nombres:  System.Data.Services.Providers
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public ReadOnly Property PathExpression As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
Expresión de ruta de acceso.

Vea también

Referencia

ResourceSetPathExpression Clase

Espacio de nombres System.Data.Services.Providers