Freigeben über


SfcReferenceSelectorAttribute.PathExpression-Eigenschaft

Gets the path expression that is use to resolve the reference. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property PathExpression As String 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

SfcReferenceSelectorAttribute Klasse

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