XPathExpression プロパティ
URN に対応する XPathExpression オブジェクトを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property XPathExpression As XPathExpression
Get
'使用
Dim instance As Urn
Dim value As XPathExpression
value = instance.XPathExpression
public XPathExpression XPathExpression { get; }
public:
property XPathExpression^ XPathExpression {
XPathExpression^ get ();
}
member XPathExpression : XPathExpression
function get XPathExpression () : XPathExpression
プロパティ値
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathExpression
XPathExpression オブジェクトです。