Freigeben über


XPathExpressionBlock.FixedProperties-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

Typ: System.Collections.SortedList
The list of fixed properties.

Siehe auch

Verweis

XPathExpressionBlock Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace