Partager via


Propriété XPathExpressionBlock.FixedProperties

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FixedProperties As SortedList 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

XPathExpressionBlock Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc