Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the path expression that is use to resolve the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property PathExpression As String
Get
'Uso
Dim instance As SfcReferenceSelectorAttribute
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
A string that specifies the path expression.
Vea también
Referencia
SfcReferenceSelectorAttribute Clase
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata