Partager via


Propriété Item

Gets the tree for the level given by the index. Ne référencez pas directement 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 Overridable ReadOnly Default Property Item ( _
    index As Integer _
) As XPathExpressionBlock
    Get
'Utilisation
Dim instance As XPathExpression
Dim index As Integer
Dim value As XPathExpressionBlock

value = instance(index)
public virtual XPathExpressionBlock this[
    int index
] { get; }
public:
virtual property XPathExpressionBlock^ default[int index] {
    XPathExpressionBlock^ get (int index);
}
abstract Item : XPathExpressionBlock
override Item : XPathExpressionBlock
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathExpressionBlock
The tree for the level given by the index.