Compartilhar via


Propriedade do RDL SfcReferenceSelectorAttribute.PathExpression

Gets the path expression that is use to resolve the reference. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
A string that specifies the path expression.

Consulte também

Referência

SfcReferenceSelectorAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata