Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- index
Type: System.Int32
An Int32 that specifies the index.
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock
The tree for the level given by the index.