Share via


XPathExpressionBlock.FixedProperties プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public ReadOnly Property FixedProperties As SortedList 
    Get
'使用
Dim instance As XPathExpressionBlock 
Dim value As SortedList 

value = instance.FixedProperties
public SortedList FixedProperties { get; }
public:
property SortedList^ FixedProperties {
    SortedList^ get ();
}
member FixedProperties : SortedList
function get FixedProperties () : SortedList

プロパティ値

型: System.Collections.SortedList
固定プロパティの一覧です。

関連項目

参照

XPathExpressionBlock クラス

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