SfcReferenceSelectorAttribute.PathExpression プロパティ

参照を解決するのに使用するパス式を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property PathExpression As String 
    Get
'使用
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

プロパティ値

型: System.String
パス式を示す文字列値です。

関連項目

参照

SfcReferenceSelectorAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間