Udostępnij za pośrednictwem


XPathExpression.Item Property

Gets the tree for the level given by the index. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Overridable ReadOnly Default Property Item ( _
    index As Integer _
) As XPathExpressionBlock 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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

See Also

Reference

XPathExpression Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace