Свойство 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
The list of fixed properties.